We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64627fb commit d4afb70Copy full SHA for d4afb70
nixos/tests/all-tests.nix
@@ -357,6 +357,12 @@ in
357
_module.args.enableAutologin = false;
358
_module.args.enableXWayland = false;
359
};
360
+ cosmic-autologin-noxwayland = runTest {
361
+ imports = [ ./cosmic.nix ];
362
+ _module.args.testName = "cosmic-autologin-noxwayland";
363
+ _module.args.enableAutologin = true;
364
+ _module.args.enableXWayland = false;
365
+ };
366
coturn = handleTest ./coturn.nix { };
367
couchdb = handleTest ./couchdb.nix { };
368
crabfit = handleTest ./crabfit.nix { };
0 commit comments