{lomiri,lomiri-qt6}.morph-browser: Flip VM tests to being Qt6-specific

The tests now use the Qt6 build, so flip the condition here.
This commit is contained in:
OPNA2608
2026-03-30 15:04:46 +02:00
parent 5dee41c88b
commit a0a61ccf8c
@@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
# Test of morph-browser itself
standalone = if withQt6 then nixosTests.morph-browser.qt6 else nixosTests.morph-browser.qt5;
}
// lib.optionalAttrs (!withQt6) {
// lib.optionalAttrs withQt6 {
# Interactions between the Lomiri ecosystem and this browser
inherit (nixosTests.lomiri) desktop-basics desktop-appinteractions;
};