diff --git a/flake.nix b/flake.nix index 1f0d396..ce17aa0 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ # makeBinaryWrapper creates a stack executable for us that uses # the GHC defined in this file. installPhase = '' - makeBinaryWrapper ${pkgs.stack}/bin/stack $out/bin/stack \ + makeWrapper ${pkgs.stack}/bin/stack $out/bin/stack \ --prefix PATH : ${ghc}/bin \ --add-flags '--no-nix --system-ghc --no-install-ghc' '';