mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
README.md: update Nix command to use nixos-18.03 and release-8.2.nix
This commit is contained in:
parent
0c116e8b25
commit
976b62e1ac
@ -112,7 +112,7 @@ If you have the `nix` package manager installed, you can create an IHaskell
|
||||
notebook environment with one command. For example:
|
||||
|
||||
```bash
|
||||
$ nix-build release.nix --arg packages "haskellPackages: [ haskellPackages.lens ]"
|
||||
$ nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz release-8.2.nix --arg packages "haskellPackages: [ haskellPackages.lens ]"
|
||||
<result path>
|
||||
$ <result path>/bin/ihaskell-notebook
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user