worktrunk: add nushell completions (#535342)

This commit is contained in:
Oleksii Filonenko
2026-06-26 01:40:32 +00:00
committed by GitHub
+2 -1
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 ];