Fix flake.nix

This commit is contained in:
Paul Brinkmeier 2023-04-06 12:44:00 +02:00
parent 18946f2d57
commit ce75f2ae7d

View File

@ -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'
''; '';