feat: remove unused helm2
This commit is contained in:
parent
3e522cebfd
commit
2a39913fde
3 changed files with 0 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
||||||
with import <nixpkgs> { };
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "helm2";
|
|
||||||
version = "2.14.3";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://get.helm.sh/helm-v${version}-linux-amd64.tar.gz";
|
|
||||||
sha256 = "38614a665859c0f01c9c1d84fa9a5027364f936814d1e47839b05327e400bf55";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
|
||||||
|
|
||||||
unpackPhase = ''
|
|
||||||
tar xvpzf $src
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
install -m 755 -D linux-amd64/helm $out/bin/helm2
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://helm.sh";
|
|
||||||
description = "helms depricated v2 verison";
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ foosinn ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -30,7 +30,6 @@ in {
|
||||||
virt-manager
|
virt-manager
|
||||||
|
|
||||||
(import ../packages/skaffold.nix)
|
(import ../packages/skaffold.nix)
|
||||||
(import ../packages/helm2.nix)
|
|
||||||
(import ../packages/certmanager.nix)
|
(import ../packages/certmanager.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,6 @@ in {
|
||||||
unstable.obs-studio
|
unstable.obs-studio
|
||||||
unstable.obs-studio-plugins.wlrobs
|
unstable.obs-studio-plugins.wlrobs
|
||||||
|
|
||||||
unstable.mindustry-wayland
|
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue