about summary refs log tree commit diff
path: root/pkgs/tools/security/rbw
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-11 14:58:15 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-11 14:58:15 +0100
commit13cd7982473b846611410de12d6fb0cf6f93fb41 (patch)
treec7196fb6941156cecbcb313785919e60e595987a /pkgs/tools/security/rbw
parentb7d071664dadfe8dd3db28e1f808923fda779b19 (diff)
rbw: remove extra string concatination
Diffstat (limited to 'pkgs/tools/security/rbw')
-rw-r--r--pkgs/tools/security/rbw/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/security/rbw/default.nix b/pkgs/tools/security/rbw/default.nix
index 278e009039297..919fda9c67c5f 100644
--- a/pkgs/tools/security/rbw/default.nix
+++ b/pkgs/tools/security/rbw/default.nix
@@ -74,7 +74,6 @@ rustPlatform.buildRustPackage rec {
       $out/bin/rbw gen-completions $shell > rbw.$shell
       installShellCompletion rbw.$shell
     done
-  '' + ''
     cp bin/git-credential-rbw $out/bin
   '' + lib.optionalString withFzf ''
     cp bin/rbw-fzf $out/bin