Merge pull request 'kurogeek-flakeModules-clan-nixos-test' (#5177) from Qubasa/clan-core:kurogeek-flakeModules-clan-nixos-test into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5177
This commit is contained in:
Luis Hebendanz
2025-09-16 15:20:16 +00:00
2 changed files with 18 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 = { };
};