From fa3f67966bfb912eef0f76fc0566aef6d73ae330 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 21 Jul 2018 13:27:08 +0200 Subject: types.string -> types.str These options unintentionally used the deprecated string type, the important difference between these is the fact that string merges by default (similar to eg. lines) while str can only have a single value. --- modules/services/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services') diff --git a/modules/services/emacs.nix b/modules/services/emacs.nix index f6716ad..92a2782 100644 --- a/modules/services/emacs.nix +++ b/modules/services/emacs.nix @@ -24,7 +24,7 @@ in }; exec = mkOption { - type = types.string; + type = types.str; default = "emacs"; description = "Emacs command/binary to execute."; }; -- cgit v1.2.3