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;
|
||||
|
||||
gpgSshSupportStr = ''
|
||||
${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye
|
||||
'';
|
||||
gpgSshSupportStr = "${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye";
|
||||
|
||||
gpgBashInitStr = ''
|
||||
GPG_TTY="$(tty)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue