summary refs log tree commit diff
path: root/nixos/doc/manual/development.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development.xml')
-rw-r--r--nixos/doc/manual/development.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development.xml b/nixos/doc/manual/development.xml
index 775143cc835..b7b232fa8ef 100644
--- a/nixos/doc/manual/development.xml
+++ b/nixos/doc/manual/development.xml
@@ -265,7 +265,7 @@ in
 
       period = mkOption {
         default = "15 02 * * *";
-        type = with types; uniq string;
+        type = types.str;
         description = ''
           This option defines (in the format used by cron) when the
           locate database is updated.