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 4a005ff commit a528765Copy full SHA for a528765
test/githash/default.nix
@@ -19,7 +19,7 @@ let
19
modules = (optional (!(src ? origSrc && __pathExists (src.origSrc + "/.git"))) {
20
packages.githash-test.src =
21
rec {
22
- origSrc = runCommand "githash-test-src" { nativeBuildInputs = [ git ]; } ''
+ origSrc = evalPackages.runCommand "githash-test-src" { nativeBuildInputs = [ evalPackages.gitReallyMinimal ]; } ''
23
mkdir -p $out/test/githash
24
cd $out
25
git init
0 commit comments