From 906965b48bb545b2450329a73001d7ff2f1214ce Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 21 Aug 2018 00:19:33 +0200 Subject: [PATCH] Revert "email: note that passwordCommand should output '\n'" This reverts commit d5bbbbd41d851b587f89f35c93c2a4e47a7969ff. This was premature, the example will not emit a terminal newline and it is not clear whether it is a good idea to force this limitation. --- modules/accounts/email.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/accounts/email.nix b/modules/accounts/email.nix index 9334f731b..640edc59b 100644 --- a/modules/accounts/email.nix +++ b/modules/accounts/email.nix @@ -182,8 +182,8 @@ let apply = p: if isString p then splitString " " p else p; example = "secret-tool lookup email me@example.org"; description = '' - A command that writes the account password on standard - output followed by a newline when it is run. + A command, which when run writes the account password on + standard output. ''; };