From d4ea9e9d2e4c475a8147c2583352abcc7c845cf1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 6 Apr 2025 13:22:49 +0530 Subject: [PATCH] nixosTests.cosmic: init --- nixos/tests/all-tests.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index df22707356e6..b1e7639b9bc7 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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 { };