From f6b6229f7835da705ea594d2c7735bc2d57ba559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 11 Jan 2024 17:41:41 +0100 Subject: [PATCH] schema: set also clanName this is usually set by buildClan --- pkgs/clan-cli/clan_cli/config/schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/clan-cli/clan_cli/config/schema.py b/pkgs/clan-cli/clan_cli/config/schema.py index ad927d1a..a709068c 100644 --- a/pkgs/clan-cli/clan_cli/config/schema.py +++ b/pkgs/clan-cli/clan_cli/config/schema.py @@ -87,6 +87,7 @@ def machine_schema( # potentially the config might affect submodule options, # therefore we need to import it config + {{ clanCore.clanName = "fakeClan"; }} ] # add all clan modules specified via clanImports ++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []);