1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 03:48:31 +02:00

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
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -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