about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-01-19 13:29:00 -0500
committertechknowlogick <techknowlogick@gitea.io>2023-01-19 13:29:00 -0500
commitd19bb2a22aa374a25ee787036be9598ce0090eec (patch)
tree89a0d9a0a4b69e549991a9b2f3cfcd073b922c3e /pkgs/applications/networking/cluster/helm
parent4f50411cfc6cb793479818dec6b88732474a4afe (diff)
kubernetes-helm: enable fish completion
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index a7508491a2da6..60f6c3ddb5ea2 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; {