about summary refs log tree commit diff
path: root/lib/tests
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-10-01 21:23:34 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-10-01 21:27:00 +0200
commit35841653e1f3571bab5f61ec32a7dc0c67c21965 (patch)
tree4a0f0b05b0e3f22780a62848594ddce7e30ef9d8 /lib/tests
parent82155ff501c7622cb2336646bb62f7624261f6d7 (diff)
lib/tests/maintainers: add matrix option
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/maintainers.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tests/maintainers.nix b/lib/tests/maintainers.nix
index 2408a20af4b7a..3cbfba569481c 100644
--- a/lib/tests/maintainers.nix
+++ b/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;