3
0
Fork 0
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:
Matthew Bauer 2021-02-26 19:28:18 -06:00 committed by GitHub
commit c168e05c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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