gpg-agent: use full path to gpg-connect-agent

This commit is contained in:
Robert Helgesson 2017-10-05 19:54:09 +02:00
parent 01d46a1751
commit 3aca8a938c
Failed to generate hash of commit

View file

@ -9,7 +9,7 @@ let
gpgInitStr = ''
GPG_TTY="$(tty)"
export GPG_TTY
gpg-connect-agent updatestartuptty /bye > /dev/null
${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye > /dev/null
'';
in