remove all completions

This commit is contained in:
Jeffrey C. Ollie 2024-12-11 14:03:32 -06:00
parent c42829f6a6
commit 89a5f8cdc6
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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 = {