secrets pass: append openssh to PATH so we use systems openssh first

This commit is contained in:
lassulus 2023-09-14 13:49:57 +02:00 committed by Mic92
parent c5786614bf
commit c5c2a848c7

View File

@ -58,9 +58,8 @@ in
pkgs.pass
pkgs.git
pkgs.findutils
pkgs.openssh
pkgs.rsync
]}:$PATH
]}:$PATH:${lib.getBin pkgs.openssh}
if test -e ${passwordstoreDir}/.git; then
local_pass_info=$(