Skip to content

Commit daf490b

Browse files
committed
Fix cabal-latest test
1 parent 23500d3 commit daf490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ in rec {
2626

2727
tools = pkgs.lib.optionalAttrs (ifdLevel >= 3) (
2828
pkgs.recurseIntoAttrs ({
29-
cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; cabalProjectLocal = builtins.readFile ./test/cabal.project.local; };
29+
cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; };
3030
} // pkgs.lib.optionalAttrs (__compareVersions haskell.compiler.${compiler-nix-name}.version "9.8" < 0) {
3131
hlint-latest = tool compiler-nix-name "hlint" {
3232
inherit evalPackages;

0 commit comments

Comments
 (0)