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
@@ -25,7 +25,7 @@ in
projectroot = mkOption {
default = "/srv/git";
type = types.uniq types.string;
type = types.str;
description = ''
Path to git projects (bare repositories) that should be served by
gitweb. Must not end with a slash.
@@ -34,7 +34,7 @@ in
extraConfig = mkOption {
default = "";
type = types.uniq types.string;
type = types.str;
description = ''
Verbatim configuration text appended to the generated gitweb.conf file.
'';