From 7b7e1cf2460a5044915e714abfb01d5227c71c3e Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 10 Jun 2025 19:16:26 +0200 Subject: [PATCH] feat(clanInternals): dont allow superfluous options --- lib/build-clan/interface.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/build-clan/interface.nix b/lib/build-clan/interface.nix index c63b81af1..7e70b90e8 100644 --- a/lib/build-clan/interface.nix +++ b/lib/build-clan/interface.nix @@ -194,7 +194,8 @@ in visible = false; # ClanInternals type = types.submodule { - freeformType = types.attrsOf types.raw; + # Uncomment this if you want to add more stuff while debugging + # freeformType = types.attrsOf types.raw; options = { # Those options are interfaced by the CLI # We don't specify the type here, for better performance.