Unverified Commit 245acfc7 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

prow: prefer gitMinimal over git

parent 2040d1b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {