mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
worktrunk: add nushell completions
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user