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:
parent
c0016dd147
commit
363797f8a9
1 changed files with 1 additions and 3 deletions
|
|
@ -19,9 +19,7 @@ let
|
||||||
|
|
||||||
inherit (config.programs.gpg) homedir;
|
inherit (config.programs.gpg) homedir;
|
||||||
|
|
||||||
gpgSshSupportStr = ''
|
gpgSshSupportStr = "${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye";
|
||||||
${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye
|
|
||||||
'';
|
|
||||||
|
|
||||||
gpgBashInitStr = ''
|
gpgBashInitStr = ''
|
||||||
GPG_TTY="$(tty)"
|
GPG_TTY="$(tty)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue