Fix flake.nix
This commit is contained in:
parent
18946f2d57
commit
ce75f2ae7d
@ -29,7 +29,7 @@
|
|||||||
# makeBinaryWrapper creates a stack executable for us that uses
|
# makeBinaryWrapper creates a stack executable for us that uses
|
||||||
# the GHC defined in this file.
|
# the GHC defined in this file.
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
makeBinaryWrapper ${pkgs.stack}/bin/stack $out/bin/stack \
|
makeWrapper ${pkgs.stack}/bin/stack $out/bin/stack \
|
||||||
--prefix PATH : ${ghc}/bin \
|
--prefix PATH : ${ghc}/bin \
|
||||||
--add-flags '--no-nix --system-ghc --no-install-ghc'
|
--add-flags '--no-nix --system-ghc --no-install-ghc'
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user