Loading pkgs/applications/networking/cluster/kube-score/default.nix +16 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers , kube-score }: buildGoModule rec { Loading @@ -16,6 +18,20 @@ buildGoModule rec { vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ="; ldflags = [ "-s" "-w" "-X=main.version=${version}" "-X=main.commit=${src.rev}" ]; passthru.tests = { version = testers.testVersion { package = kube-score; command = "kube-score version"; }; }; meta = with lib; { description = "Kubernetes object analysis with recommendations for improved reliability and security"; homepage = "https://github.com/zegl/kube-score"; Loading Loading
pkgs/applications/networking/cluster/kube-score/default.nix +16 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers , kube-score }: buildGoModule rec { Loading @@ -16,6 +18,20 @@ buildGoModule rec { vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ="; ldflags = [ "-s" "-w" "-X=main.version=${version}" "-X=main.commit=${src.rev}" ]; passthru.tests = { version = testers.testVersion { package = kube-score; command = "kube-score version"; }; }; meta = with lib; { description = "Kubernetes object analysis with recommendations for improved reliability and security"; homepage = "https://github.com/zegl/kube-score"; Loading