lib/tests/maintainers: add matrix option

main
rnhmjoj 3 years ago
parent 82155ff501
commit 35841653e1
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 4
      lib/tests/maintainers.nix

@ -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;

Loading…
Cancel
Save