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.
2 parents acf9c6a + f7a1122 commit 5cd068dCopy full SHA for 5cd068d
pkgs/by-name/pa/paru/package.nix
@@ -53,9 +53,9 @@ rustPlatform.buildRustPackage rec {
53
54
postInstall = ''
55
installManPage man/paru.8 man/paru.conf.5
56
- installShellCompletion --bash completions/bash
57
- installShellCompletion --fish completions/fish
58
- installShellCompletion --zsh completions/zsh
+ installShellCompletion --name paru.bash --bash completions/bash
+ installShellCompletion --name paru.fish --fish completions/fish
+ installShellCompletion --name _paru --zsh completions/zsh
59
cp -r locale "$out/share/"
60
'';
61
0 commit comments