Skip to content

Commit cf35c2d

Browse files
committed
Update check-path-support
1 parent 22c8804 commit cf35c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-path-support.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ writeScript "check-path-supprot.sh" ''
99
1010
export PATH="${makeBinPath [ coreutils gnutar gzip nix gitMinimal ]}"
1111
12-
nix-build -E '((import ./. {}).pkgs.haskell-nix.cabalProject { inherit compiler-nix-name; src = ./test/cabal-simple; }).cabal-simple.components.library'
12+
nix-build -E '((import ./. {}).pkgs.haskell-nix.cabalProject { compiler-nix-name = "${compiler-nix-name}"; src = ./test/cabal-simple; }).cabal-simple.components.library'
1313
''

0 commit comments

Comments
 (0)