mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
scollector: Change type of collectors to allow proper merging
This commit is contained in:
parent
fb19019af7
commit
7a0ca52267
@ -73,7 +73,7 @@ in {
|
||||
};
|
||||
|
||||
collectors = mkOption {
|
||||
type = types.attrs;
|
||||
type = with types; attrsOf (listOf path);
|
||||
default = {};
|
||||
example = literalExample "{ 0 = [ \"\${postgresStats}/bin/collect-stats\" ]; }";
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user