secrets pass: append openssh to PATH so we use systems openssh first
This commit is contained in:
@@ -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=$(
|
||||||
|
|||||||
Reference in New Issue
Block a user