nixos/tests: add myself to maintainers of erofs test
This commit is contained in:
parent
0f9bf615a4
commit
ae55861ec2
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue