rbw: remove extra string concatination

This commit is contained in:
Sandro Jäckel 2021-11-11 14:58:15 +01:00
parent b7d071664d
commit 13cd798247
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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