nixosTests.cosmic: init
This commit is contained in:
committed by
Masum Reza
parent
253906b62b
commit
d4ea9e9d2e
@@ -339,6 +339,12 @@ in
|
||||
containers-unified-hierarchy = handleTest ./containers-unified-hierarchy.nix { };
|
||||
convos = handleTest ./convos.nix { };
|
||||
corerad = handleTest ./corerad.nix { };
|
||||
cosmic = runTest {
|
||||
imports = [ ./cosmic.nix ];
|
||||
_module.args.testName = "cosmic";
|
||||
_module.args.enableAutologin = false;
|
||||
_module.args.enableXWayland = true;
|
||||
};
|
||||
coturn = handleTest ./coturn.nix { };
|
||||
couchdb = handleTest ./couchdb.nix { };
|
||||
crabfit = handleTest ./crabfit.nix { };
|
||||
|
||||
Reference in New Issue
Block a user