3
0
Fork 0
forked from mirrors/nixpkgs

lib/tests/maintainers: add matrix option

This commit is contained in:
rnhmjoj 2021-10-01 21:23:34 +02:00
parent 82155ff501
commit 35841653e1
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -16,6 +16,10 @@ let
email = lib.mkOption {
type = types.str;
};
matrix = lib.mkOption {
type = types.nullOr types.str;
default = null;
};
github = lib.mkOption {
type = types.nullOr types.str;
default = null;