about summary refs log tree commit diff
path: root/nixos/tests/non-default-filesystems.nix
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-07-04 17:17:32 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-07-10 22:02:36 +0200
commitae55861ec2eb626fa71289156ade12ef5575173b (patch)
tree4878364fce3fba4e553a51aee0820db02588f4ac /nixos/tests/non-default-filesystems.nix
parent0f9bf615a485302b55e23cec66913e2ee11b8725 (diff)
nixos/tests: add myself to maintainers of erofs test
Diffstat (limited to 'nixos/tests/non-default-filesystems.nix')
-rw-r--r--nixos/tests/non-default-filesystems.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/non-default-filesystems.nix b/nixos/tests/non-default-filesystems.nix
index 1b19524be1b66..08a17107dd2fd 100644
--- a/nixos/tests/non-default-filesystems.nix
+++ b/nixos/tests/non-default-filesystems.nix
@@ -94,6 +94,8 @@ with pkgs.lib;
     makeTest {
       name = "non-default-filesystems-erofs";
 
+      meta.maintainers = with maintainers; [ nikstur ];
+
       nodes.machine = _: {
         virtualisation.qemu.drives = [{
           name = "non-default-filesystem";