Commit 64627fbb authored by Pratham Patel's avatar Pratham Patel Committed by Masum Reza
Browse files

nixosTests.cosmic-noxwayland: init

parent 3dde381d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -351,6 +351,12 @@ in
    _module.args.enableAutologin = true;
    _module.args.enableXWayland = true;
  };
  cosmic-noxwayland = runTest {
    imports = [ ./cosmic.nix ];
    _module.args.testName = "cosmic-noxwayland";
    _module.args.enableAutologin = false;
    _module.args.enableXWayland = false;
  };
  coturn = handleTest ./coturn.nix { };
  couchdb = handleTest ./couchdb.nix { };
  crabfit = handleTest ./crabfit.nix { };