1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

gpg-agent: fix syntax-breaking extraneous new line

This commit is contained in:
pancho horrillo 2025-11-02 06:28:18 +01:00 committed by Austin Horstman
parent c0016dd147
commit 363797f8a9

View file

@ -19,9 +19,7 @@ let
inherit (config.programs.gpg) homedir;
gpgSshSupportStr = ''
${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye
'';
gpgSshSupportStr = "${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye";
gpgBashInitStr = ''
GPG_TTY="$(tty)"