We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c8804 commit cf35c2dCopy full SHA for cf35c2d
scripts/check-path-support.nix
@@ -9,5 +9,5 @@ writeScript "check-path-supprot.sh" ''
9
10
export PATH="${makeBinPath [ coreutils gnutar gzip nix gitMinimal ]}"
11
12
- nix-build -E '((import ./. {}).pkgs.haskell-nix.cabalProject { inherit compiler-nix-name; src = ./test/cabal-simple; }).cabal-simple.components.library'
+ nix-build -E '((import ./. {}).pkgs.haskell-nix.cabalProject { compiler-nix-name = "${compiler-nix-name}"; src = ./test/cabal-simple; }).cabal-simple.components.library'
13
''
0 commit comments