From 80a0f668096825c7669d89da903de52b723901a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 17 Jun 2025 19:39:58 +0200 Subject: [PATCH] no longer make test derivation depends on vars-check this triggers more builds than necessary. --- lib/clanTest/flake-module.nix | 2 -- 1 file changed, 2 deletions(-) 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}"; } );