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 55b8a42 commit d07d99bCopy full SHA for d07d99b
test/githash/default.nix
@@ -17,7 +17,7 @@ let
17
cabalProjectLocal = builtins.readFile ../cabal.project.local;
18
# Mock the .git dir to avoid rebuilding on every commit.
19
modules = [{
20
- packages.githash-test.src =
+ packages.githash-test.src = mkForce
21
rec {
22
origSrc = evalPackages.runCommand "githash-test-src" { nativeBuildInputs = [ evalPackages.gitReallyMinimal ]; } ''
23
mkdir -p $out/test/githash
0 commit comments