Merge pull request #303432 from marcusramberg/marcus/helm-git

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

authored by Stig and committed by GitHub 436cae8a 13e08a15

+2 -2
+2 -2
pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
··· 3 , fetchFromGitHub 4 , coreutils 5 , findutils 6 - , git 7 , gnugrep 8 , gnused 9 , makeWrapper ··· 32 33 patchShebangs $out/helm-git/helm-git{,-plugin.sh} 34 wrapProgram $out/helm-git/helm-git \ 35 - --prefix PATH : ${lib.makeBinPath [ coreutils findutils git gnugrep gnused ]} 36 37 runHook postInstall 38 '';
··· 3 , fetchFromGitHub 4 , coreutils 5 , findutils 6 + , gitMinimal 7 , gnugrep 8 , gnused 9 , makeWrapper ··· 32 33 patchShebangs $out/helm-git/helm-git{,-plugin.sh} 34 wrapProgram $out/helm-git/helm-git \ 35 + --prefix PATH : ${lib.makeBinPath [ coreutils findutils gitMinimal gnugrep gnused ]} 36 37 runHook postInstall 38 '';