clan-core: use importApply for testModule export

This commit is contained in:
Qubasa
2025-09-16 17:14:33 +02:00
parent cbdf8745eb
commit 555c2e1bc9
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ in
in
{
options.clan.nixosTests = mkOption {
description = "Clan NixOS tests configuration";
description = "Unstable interface! Clan NixOS tests configuration";
type = types.attrsOf types.unspecified;
default = { };
};