We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1ec65 commit 1d8ea85Copy full SHA for 1d8ea85
pkgs/by-name/ku/kubie/package.nix
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
28
];
29
30
postInstall = ''
31
- installShellCompletion completion/kubie.bash
+ installShellCompletion completion/kubie.{bash,fish}
32
33
wrapProgram "$out/bin/kubie" \
34
--prefix PATH : "${
0 commit comments