lib/tests/maintainers: add matrix option
rnhmjoj 4 years ago 35841653 82155ff5
··· 16 16 email = lib.mkOption { 17 17 type = types.str; 18 18 }; 19 19 + matrix = lib.mkOption { 20 20 + type = types.nullOr types.str; 21 21 + default = null; 22 22 + }; 19 23 github = lib.mkOption { 20 24 type = types.nullOr types.str; 21 25 default = null;