This commit is contained in:
Nox Sluijtman 2025-07-03 23:01:21 +02:00
parent ab77d39ee0
commit 293da4f330
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
3 changed files with 6 additions and 32 deletions

View file

@ -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) \