Substitute "types.uniq types.string" -> "types.str"

This commit is contained in:
Eelco Dolstra
2013-10-30 14:57:42 +01:00
parent 162b874469
commit 862e3dd977
35 changed files with 97 additions and 97 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let
name = mkOption {
example = "sshd";
type = types.uniq types.string;
type = types.str;
description = "Name of the PAM service.";
};