tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rbw: remove extra string concatination
Sandro Jäckel
4 years ago
13cd7982
b7d07166
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
rbw
default.nix
-1
pkgs/tools/security/rbw/default.nix
reviewed
···
74
74
$out/bin/rbw gen-completions $shell > rbw.$shell
75
75
installShellCompletion rbw.$shell
76
76
done
77
77
-
'' + ''
78
77
cp bin/git-credential-rbw $out/bin
79
78
'' + lib.optionalString withFzf ''
80
79
cp bin/rbw-fzf $out/bin