no longer make test derivation depends on vars-check

this triggers more builds than necessary.
This commit is contained in:
Jörg Thalheim
2025-06-17 19:39:58 +02:00
parent 77382936da
commit 691401f674

View File

@@ -277,8 +277,6 @@ in
# Harder to handle advanced setups (like TPM, LUKS, or LVM-on-LUKS) but not needed since we are in a test
# No systemd journal logs from initrd.
boot.initrd.systemd.enable = false;
# make the test depend on its vars-check derivation
environment.variables.CLAN_VARS_CHECK = "${vars-check}";
}
);