nix.optimise.dates should be list

This commit is contained in:
Andrew Scott 2016-10-04 11:31:51 +01:00
parent 94e87bd79b
commit 05b7aaae74

View File

@ -21,7 +21,7 @@ in
}; };
dates = mkOption { dates = mkOption {
default = "03:45"; default = ["03:45"];
type = types.listOf types.str; type = types.listOf types.str;
description = '' description = ''
Specification (in the format described by Specification (in the format described by