gpg-agent: use full path to gpg-connect-agent
This commit is contained in:
parent
01d46a1751
commit
3aca8a938c
|
@ -9,7 +9,7 @@ let
|
||||||
gpgInitStr = ''
|
gpgInitStr = ''
|
||||||
GPG_TTY="$(tty)"
|
GPG_TTY="$(tty)"
|
||||||
export GPG_TTY
|
export GPG_TTY
|
||||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue