Cleanup
This commit is contained in:
parent
ab77d39ee0
commit
293da4f330
3 changed files with 6 additions and 32 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
utils,
|
||||
naersk,
|
||||
...
|
||||
}:
|
||||
utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
|
@ -32,10 +32,6 @@
|
|||
postInstall =
|
||||
with pkgs;
|
||||
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
|
||||
# installShellCompletion --cmd noise \
|
||||
# --bash <($out/bin/fd --generate-completions bash) \
|
||||
# --fish <($out/bin/fd --generate-completions fish)
|
||||
# installShellCompletion --zsh contrib/completion/_fd
|
||||
installShellCompletion --cmd noise \
|
||||
--bash <($out/bin/noise --generate-completions bash) \
|
||||
--zsh <($out/bin/noise --generate-completions zsh) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue