Skip to content

Commit d4afb70

Browse files
thefossguyJohnRTitor
authored andcommitted
nixosTests.cosmic-autologin-noxwayland: init
1 parent 64627fb commit d4afb70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nixos/tests/all-tests.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,12 @@ in
357357
_module.args.enableAutologin = false;
358358
_module.args.enableXWayland = false;
359359
};
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+
};
360366
coturn = handleTest ./coturn.nix { };
361367
couchdb = handleTest ./couchdb.nix { };
362368
crabfit = handleTest ./crabfit.nix { };

0 commit comments

Comments
 (0)