forked from mirrors/nixpkgs
Merge pull request #86239 from tathougies/patch-2
[nixos/prometheus] promTypes.filter.value -> promTypes.filter.values
This commit is contained in:
commit
c168e05c7e
|
@ -468,7 +468,7 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
value = mkOption {
|
||||
values = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue