nixos/tests/installed-tests: Fix maintainers
This commit is contained in:
parent
583a4f0275
commit
9303a3c73b
@ -40,7 +40,7 @@ let
|
||||
name = tested.name;
|
||||
|
||||
meta = {
|
||||
maintainers = tested.meta.maintainers;
|
||||
maintainers = tested.meta.maintainers or [];
|
||||
};
|
||||
|
||||
nodes.machine = { ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user