chore: deprecate usage of inventory.modules in favor of clan.modules

This commit is contained in:
Johannes Kirschbauer
2025-04-14 18:41:14 +02:00
parent dd3bb314fd
commit 1e379f6fa7
3 changed files with 50 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ in
# Merge the meta attributes from the buildClan function
{
inventory.modules = clan-core.clanModules;
inventory._legacyModules = clan-core.clanModules;
}
# config.inventory.meta <- config.meta
{ inventory.meta = config.meta; }