Skip to content

Commit d07d99b

Browse files
committed
Fix githash test
1 parent 55b8a42 commit d07d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/githash/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
cabalProjectLocal = builtins.readFile ../cabal.project.local;
1818
# Mock the .git dir to avoid rebuilding on every commit.
1919
modules = [{
20-
packages.githash-test.src =
20+
packages.githash-test.src = mkForce
2121
rec {
2222
origSrc = evalPackages.runCommand "githash-test-src" { nativeBuildInputs = [ evalPackages.gitReallyMinimal ]; } ''
2323
mkdir -p $out/test/githash

0 commit comments

Comments
 (0)