Commit 7a0ca522 authored by Rickard Nilsson's avatar Rickard Nilsson
Browse files

scollector: Change type of collectors to allow proper merging

parent fb19019a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''