Loading pkgs/applications/networking/cluster/helm/default.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, Loading Loading @@ -57,7 +58,7 @@ buildGoModule rec { ''; nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' $out/bin/helm completion bash > helm.bash $out/bin/helm completion zsh > helm.zsh $out/bin/helm completion fish > helm.fish Loading Loading
pkgs/applications/networking/cluster/helm/default.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, Loading Loading @@ -57,7 +58,7 @@ buildGoModule rec { ''; nativeBuildInputs = [ installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' $out/bin/helm completion bash > helm.bash $out/bin/helm completion zsh > helm.zsh $out/bin/helm completion fish > helm.fish Loading