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 6127a31 commit b0182bbCopy full SHA for b0182bb
test/default.nix
@@ -218,7 +218,7 @@ let
218
coverage-no-libs = callTest ./coverage-no-libs {};
219
snapshots = callTest ./snapshots {};
220
sublib-docs = callTest ./sublib-docs { inherit util; };
221
- githash = haskell-nix.callPackage ./githash { inherit compiler-nix-name evalPackages; testSrc = testSrcWithGitDir; };
+ githash = haskell-nix.callPackage ./githash { inherit compiler-nix-name evalPackages; };
222
c-ffi = callTest ./c-ffi { inherit util; };
223
th-dlls = callTest ./th-dlls { inherit util; };
224
th-dlls-minimal = callTest ./th-dlls-minimal { inherit util; };
0 commit comments