prow: prefer gitMinimal over git

This commit is contained in:
Kenichi Kamiya
2025-11-12 23:23:58 +09:00
parent 2040d1b2be
commit 245acfc7af
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
git,
gitMinimal,
nix-update-script,
}:
@@ -63,7 +63,7 @@ buildGoModule rec {
"cmd/webhook-server"
];
nativeCheckInputs = [ git ];
nativeCheckInputs = [ gitMinimal ];
passthru = {
updateScript = nix-update-script {