Loading pkgs/development/tools/kubectx/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; postInstall = '' installShellCompletion completion/* ''; Loading Loading
pkgs/development/tools/kubectx/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; postInstall = '' installShellCompletion completion/* ''; Loading