nixosTests.cosmic-autologin-noxwayland: init
This commit is contained in:
committed by
Masum Reza
parent
64627fbbb2
commit
d4afb70293
@@ -357,6 +357,12 @@ in
|
||||
_module.args.enableAutologin = false;
|
||||
_module.args.enableXWayland = false;
|
||||
};
|
||||
cosmic-autologin-noxwayland = runTest {
|
||||
imports = [ ./cosmic.nix ];
|
||||
_module.args.testName = "cosmic-autologin-noxwayland";
|
||||
_module.args.enableAutologin = true;
|
||||
_module.args.enableXWayland = false;
|
||||
};
|
||||
coturn = handleTest ./coturn.nix { };
|
||||
couchdb = handleTest ./couchdb.nix { };
|
||||
crabfit = handleTest ./crabfit.nix { };
|
||||
|
||||
Reference in New Issue
Block a user