Merge pull request #86239 from tathougies/patch-2

[nixos/prometheus] promTypes.filter.value -> promTypes.filter.values
This commit is contained in:
Matthew Bauer
2021-02-26 19:28:18 -06:00
committed by GitHub

View File

@@ -468,7 +468,7 @@ let
'';
};
value = mkOption {
values = mkOption {
type = types.listOf types.str;
default = [];
description = ''