From d19bb2a22aa374a25ee787036be9598ce0090eec Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 19 Jan 2023 13:29:00 -0500 Subject: [PATCH] kubernetes-helm: enable fish completion --- pkgs/applications/networking/cluster/helm/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix index a7508491a2da..60f6c3ddb5ea 100644 --- a/pkgs/applications/networking/cluster/helm/default.nix +++ b/pkgs/applications/networking/cluster/helm/default.nix @@ -37,7 +37,8 @@ buildGoModule rec { postInstall = '' $out/bin/helm completion bash > helm.bash $out/bin/helm completion zsh > helm.zsh - installShellCompletion helm.{bash,zsh} + $out/bin/helm completion fish > helm.fish + installShellCompletion helm.{bash,zsh,fish} ''; meta = with lib; {