kubectl-evict-pod: remove unnecessary override

builds/runs with current go
This commit is contained in:
zowoq
2022-08-30 18:24:12 +10:00
parent a274c6d21a
commit 7a9a36df94
-2
View File
@@ -28712,8 +28712,6 @@ with pkgs;
kube-score = callPackage ../applications/networking/cluster/kube-score { };
kubectl-evict-pod = callPackage ../applications/networking/cluster/kubectl-evict-pod {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
kubeval = callPackage ../applications/networking/cluster/kubeval { };