mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
just: use new installShellCompletion style
This commit is contained in:
parent
648d5623ba
commit
e12983cc62
1 changed files with 4 additions and 3 deletions
|
@ -18,9 +18,10 @@ rustPlatform.buildRustPackage rec {
|
|||
postInstall = ''
|
||||
installManPage man/just.1
|
||||
|
||||
installShellCompletion --bash --name just.bash completions/just.bash
|
||||
installShellCompletion --fish --name just.fish completions/just.fish
|
||||
installShellCompletion --zsh --name _just completions/just.zsh
|
||||
installShellCompletion --cmd just \
|
||||
--bash completions/just.bash \
|
||||
--fish completions/just.fish \
|
||||
--zsh completions/just.zsh
|
||||
'';
|
||||
|
||||
checkInputs = [ coreutils bash ];
|
||||
|
|
Loading…
Reference in a new issue