From 363797f8a94d703277ceae122e7c41abc07e32a2 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Sun, 2 Nov 2025 06:28:18 +0100 Subject: [PATCH] gpg-agent: fix syntax-breaking extraneous new line --- modules/services/gpg-agent.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index d4c27e91f..e86a39220 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -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)"