Loading pkgs/applications/networking/cluster/heptio-ark/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { stdenv, buildGoPackage, fetchFromGitHub }: buildGoPackage rec { name = "heptio-ark-${version}"; version = "0.7.1"; goPackagePath = "github.com/heptio/ark"; src = fetchFromGitHub { rev = "v${version}"; owner = "heptio"; repo = "ark"; sha256 = "0j3x9zxcffxhlw0fxq2cw9ph37bqw90cbmf9xshmnj8yl9rbxp7y"; }; postInstall = "rm $bin/bin/generate"; meta = with stdenv.lib; { description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes"; homepage = https://heptio.github.io/ark/; license = licenses.asl20; maintainers = [maintainers.mbode]; platforms = platforms.unix; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20488,6 +20488,8 @@ with pkgs; helm = callPackage ../applications/audio/helm { }; heptio-ark = callPackage ../applications/networking/cluster/heptio-ark { }; hplip = callPackage ../misc/drivers/hplip { }; hplipWithPlugin = hplip.override { withPlugin = true; }; Loading
pkgs/applications/networking/cluster/heptio-ark/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { stdenv, buildGoPackage, fetchFromGitHub }: buildGoPackage rec { name = "heptio-ark-${version}"; version = "0.7.1"; goPackagePath = "github.com/heptio/ark"; src = fetchFromGitHub { rev = "v${version}"; owner = "heptio"; repo = "ark"; sha256 = "0j3x9zxcffxhlw0fxq2cw9ph37bqw90cbmf9xshmnj8yl9rbxp7y"; }; postInstall = "rm $bin/bin/generate"; meta = with stdenv.lib; { description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes"; homepage = https://heptio.github.io/ark/; license = licenses.asl20; maintainers = [maintainers.mbode]; platforms = platforms.unix; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20488,6 +20488,8 @@ with pkgs; helm = callPackage ../applications/audio/helm { }; heptio-ark = callPackage ../applications/networking/cluster/heptio-ark { }; hplip = callPackage ../misc/drivers/hplip { }; hplipWithPlugin = hplip.override { withPlugin = true; };