kubernetes-helmPlugins.helm-git: Switch to gitMinimal to reduce size

This commit is contained in:
Marcus Ramberg
2024-04-11 20:57:37 +02:00
parent 578d870ed2
commit cb0f520bf3
@@ -3,7 +3,7 @@
, fetchFromGitHub
, coreutils
, findutils
, git
, gitMinimal
, gnugrep
, gnused
, makeWrapper
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
patchShebangs $out/helm-git/helm-git{,-plugin.sh}
wrapProgram $out/helm-git/helm-git \
--prefix PATH : ${lib.makeBinPath [ coreutils findutils git gnugrep gnused ]}
--prefix PATH : ${lib.makeBinPath [ coreutils findutils gitMinimal gnugrep gnused ]}
runHook postInstall
'';