mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
charasay: fix generating shell completions
This commit is contained in:
parent
7454971deb
commit
59b930d820
@ -24,10 +24,10 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd himalaya \
|
||||
--bash <($out/bin/chara completion --shell bash) \
|
||||
--fish <($out/bin/chara completion --shell fish) \
|
||||
--zsh <($out/bin/chara completion --shell zsh)
|
||||
installShellCompletion --cmd chara \
|
||||
--bash <($out/bin/chara completions --shell bash) \
|
||||
--fish <($out/bin/chara completions --shell fish) \
|
||||
--zsh <($out/bin/chara completions --shell zsh)
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user