Skip to content

Commit a528765

Browse files
committed
Fix for eval test
1 parent 4a005ff commit a528765

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
@@ -19,7 +19,7 @@ let
1919
modules = (optional (!(src ? origSrc && __pathExists (src.origSrc + "/.git"))) {
2020
packages.githash-test.src =
2121
rec {
22-
origSrc = runCommand "githash-test-src" { nativeBuildInputs = [ git ]; } ''
22+
origSrc = evalPackages.runCommand "githash-test-src" { nativeBuildInputs = [ evalPackages.gitReallyMinimal ]; } ''
2323
mkdir -p $out/test/githash
2424
cd $out
2525
git init

0 commit comments

Comments
 (0)