Loading pkgs/development/tools/language-servers/helm-ls/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ buildGoModule rec { postInstall = '' mv $out/bin/helm-ls $out/bin/helm_ls installShellCompletion --cmd roxctl \ installShellCompletion --cmd helm_ls \ --bash <($out/bin/helm_ls completion bash) \ --fish <($out/bin/helm_ls completion fish) \ --zsh <($out/bin/helm_ls completion zsh) Loading Loading
pkgs/development/tools/language-servers/helm-ls/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ buildGoModule rec { postInstall = '' mv $out/bin/helm-ls $out/bin/helm_ls installShellCompletion --cmd roxctl \ installShellCompletion --cmd helm_ls \ --bash <($out/bin/helm_ls completion bash) \ --fish <($out/bin/helm_ls completion fish) \ --zsh <($out/bin/helm_ls completion zsh) Loading