worktrunk: add nushell completions

This commit is contained in:
Oleksii Filonenko
2026-06-25 18:51:06 +01:00
parent 15a086654c
commit bcc95d4b15

View File

@@ -39,7 +39,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
installShellCompletion --cmd wt \
--bash <($out/bin/wt config shell completions bash) \
--fish <($out/bin/wt config shell completions fish) \
--zsh <($out/bin/wt config shell completions zsh)
--nushell <($out/bin/wt config shell completions nu) \
--zsh <($out/bin/wt config shell completions zsh)
'';
nativeCheckInputs = [ gitMinimal ];