mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nix.optimise.dates should be list
This commit is contained in:
parent
94e87bd79b
commit
05b7aaae74
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
|||
};
|
||||
|
||||
dates = mkOption {
|
||||
default = "03:45";
|
||||
default = ["03:45"];
|
||||
type = types.listOf types.str;
|
||||
description = ''
|
||||
Specification (in the format described by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue