remove all completions
This commit is contained in:
parent
c42829f6a6
commit
89a5f8cdc6
1 changed files with 6 additions and 5 deletions
11
flake.nix
11
flake.nix
|
@ -67,11 +67,12 @@
|
|||
install $src -m 0555 $out/bin/${pname}
|
||||
$postInstall
|
||||
'';
|
||||
postFixup = ''
|
||||
installShellCompletion --cmd ${pname} \
|
||||
--bash <($out/bin/${pname} completion bash) \
|
||||
--zsh <($out/bin/${pname} completion zsh)
|
||||
'';
|
||||
# postFixup = ''
|
||||
# installShellCompletion --cmd ${pname} \
|
||||
# --bash <($out/bin/${pname} completion bash) \
|
||||
# --fish <($out/bin/${pname} completion fish) \
|
||||
# --zsh <($out/bin/${pname} completion zsh)
|
||||
# '';
|
||||
};
|
||||
in {
|
||||
apps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue