diff --git a/lib/clanTest/flake-module.nix b/lib/clanTest/flake-module.nix index 220ac7df8..174cd8f56 100644 --- a/lib/clanTest/flake-module.nix +++ b/lib/clanTest/flake-module.nix @@ -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}"; } );