From bcc95d4b15c571bf1e2afc10db5d2afc8e036721 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Thu, 25 Jun 2026 18:51:06 +0100 Subject: [PATCH] worktrunk: add nushell completions --- pkgs/by-name/wo/worktrunk/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/wo/worktrunk/package.nix b/pkgs/by-name/wo/worktrunk/package.nix index 8f973b385071..5b785b4b8fc0 100644 --- a/pkgs/by-name/wo/worktrunk/package.nix +++ b/pkgs/by-name/wo/worktrunk/package.nix @@ -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 ];