1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

Revert "email: note that passwordCommand should output '\n'"

This reverts commit d5bbbbd41d.

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.
This commit is contained in:
Robert Helgesson 2018-08-21 00:19:33 +02:00
parent d5bbbbd41d
commit 906965b48b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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.
'';
};