Skip to content
Snippets Groups Projects
Commit f736d9d3 authored by Daniel Firth's avatar Daniel Firth
Browse files

README.md: update horizon-shell information

parent 7bda3313
Branches
No related merge requests found
......@@ -55,23 +55,7 @@ afterwards.
To use `horizon-shell`.
```
nix run 'git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.1'
nix run 'git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.2'
```
The package set will be automatically loaded under the variable `hz`.
```
let f = L.at "lens" L..~ Just (H.callHackage "lens" "5.1")
:t f
f :: (L.IxValue t ~ HaskellPackage, L.At t,
IsString (L.Index t)) =>
t -> t
let hz' = f hz
H.writeHorizonFile hz'
```
Then remember to delete `pkgs/lens.nix` and re-run horizon-gen-nix as usual.
See the in-shell help for usage.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment