mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
README.md: always specify -I with nix-build
This commit is contained in:
parent
2c43cffe4f
commit
4c0b1b7507
@ -129,7 +129,7 @@ It might take a while the first time, but subsequent builds will be much faster.
|
||||
The IHaskell display modules are not loaded by default and have to be specified as additional packages:
|
||||
|
||||
```bash
|
||||
$ nix-build release.nix --arg packages "haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"
|
||||
$ nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz release-8.2.nix --arg packages "haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"
|
||||
```
|
||||
|
||||
# Troubleshooting
|
||||
|
Loading…
x
Reference in New Issue
Block a user