refactor: clanLib buildClan

This commit is contained in:
Johannes Kirschbauer
2025-06-26 15:20:05 +02:00
parent 9ef518fa20
commit 761e8b0ec5
5 changed files with 66 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ clan-core:
let
inherit (lib) types;
buildClanModule = clan-core.clanLib.buildClanModule;
clanLib = clan-core.clanLib;
in
{
@@ -40,7 +40,7 @@ in
# inventoryInterface = {};
};
modules = [
buildClanModule.flakePartsModule
clanLib.module
];
};
};