heptio-ark: use excludedPackages

This commit is contained in:
zowoq 2020-04-27 20:03:23 +10:00
parent 481c7bbd71
commit cef17fb6ee

@ -13,7 +13,7 @@ buildGoPackage rec {
sha256 = "18h9hvp95va0hyl268gnzciwy1dqmc57bpifbj885870rdfp0ffv";
};
postInstall = "rm $bin/bin/issue-template-gen";
excludedPackages = [ "issue-template-gen" ];
meta = with stdenv.lib; {
description = "A utility for managing disaster recovery, specifically for your Kubernetes cluster resources and persistent volumes";