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.pass
pkgs.git pkgs.git
pkgs.findutils pkgs.findutils
pkgs.openssh
pkgs.rsync pkgs.rsync
]}:$PATH ]}:$PATH:${lib.getBin pkgs.openssh}
if test -e ${passwordstoreDir}/.git; then if test -e ${passwordstoreDir}/.git; then
local_pass_info=$( local_pass_info=$(