chore(buildClan): set clanInternals.modules to clanInternals.clanModules
This commit is contained in:
@@ -205,7 +205,11 @@ in
|
|||||||
inherit lib inventory;
|
inherit lib inventory;
|
||||||
flake = config.self;
|
flake = config.self;
|
||||||
};
|
};
|
||||||
|
# TODO: unify this interface
|
||||||
|
# We should have only clan.modules. (consistent with clan.templates)
|
||||||
inherit (clan-core) clanModules clanLib;
|
inherit (clan-core) clanModules clanLib;
|
||||||
|
modules = clan-core.modules;
|
||||||
|
|
||||||
inherit inventoryFile;
|
inherit inventoryFile;
|
||||||
inventoryValuesPrios =
|
inventoryValuesPrios =
|
||||||
# Temporary workaround
|
# Temporary workaround
|
||||||
@@ -213,7 +217,6 @@ in
|
|||||||
# tags are freeformType which is not supported yet.
|
# tags are freeformType which is not supported yet.
|
||||||
[ "tags" ];
|
[ "tags" ];
|
||||||
|
|
||||||
modules = config.modules;
|
|
||||||
templates = config.templates;
|
templates = config.templates;
|
||||||
inventory = config.inventory;
|
inventory = config.inventory;
|
||||||
meta = config.inventory.meta;
|
meta = config.inventory.meta;
|
||||||
|
|||||||
Reference in New Issue
Block a user