We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23500d3 commit daf490bCopy full SHA for daf490b
build.nix
@@ -26,7 +26,7 @@ in rec {
26
27
tools = pkgs.lib.optionalAttrs (ifdLevel >= 3) (
28
pkgs.recurseIntoAttrs ({
29
- cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; cabalProjectLocal = builtins.readFile ./test/cabal.project.local; };
+ cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; };
30
} // pkgs.lib.optionalAttrs (__compareVersions haskell.compiler.${compiler-nix-name}.version "9.8" < 0) {
31
hlint-latest = tool compiler-nix-name "hlint" {
32
inherit evalPackages;
0 commit comments