ko: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-09 21:02:44 +01:00
parent fcf7475211
commit ee9df0c5ae
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
git,
gitMinimal,
installShellFiles,
}:
@@ -35,7 +35,7 @@ buildGoModule rec {
"-skip=TestNewPublisherCanPublish"
];
nativeCheckInputs = [ git ];
nativeCheckInputs = [ gitMinimal ];
preCheck = ''
# Feed in all the tests for testing
# This is because subPackages above limits what is built to just what we