From d0086b7bff80a0b8a73281299ed520e56cd8d188 Mon Sep 17 00:00:00 2001 From: jasonxue Date: Mon, 20 Oct 2025 22:28:50 +0800 Subject: [PATCH] rbw: add nushell completion --- pkgs/by-name/rb/rbw/package.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/by-name/rb/rbw/package.nix b/pkgs/by-name/rb/rbw/package.nix index 68ae87c74759..4028ed210d5a 100644 --- a/pkgs/by-name/rb/rbw/package.nix +++ b/pkgs/by-name/rb/rbw/package.nix @@ -11,17 +11,14 @@ withFzf ? false, fzf, perl, - # rbw-rofi withRofi ? false, rofi, xclip, - # pass-import withPass ? false, pass, }: - rustPlatform.buildRustPackage rec { pname = "rbw"; version = "1.14.1"; @@ -52,6 +49,7 @@ rustPlatform.buildRustPackage rec { installShellCompletion --cmd rbw \ --bash <($out/bin/rbw gen-completions bash) \ --fish <($out/bin/rbw gen-completions fish) \ + --nushell <($out/bin/rbw gen-completions nushell) \ --zsh <($out/bin/rbw gen-completions zsh) '' + lib.optionalString withFzf ''