build-inventory: replace by equivalent submodule

This commit is contained in:
Johannes Kirschbauer
2025-06-25 17:23:46 +02:00
parent af27f43491
commit 68ed393c87
4 changed files with 38 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ let
inherit clanLib;
};
modules = [
./builder
./builder/default.nix
(lib.modules.importApply ./service-list-from-inputs.nix {
inherit flakeInputs clanLib localModuleSet;
})

View File

@@ -1,8 +1,7 @@
{ clanLib }:
{
config,
options,
lib,
clanLib,
...
}:
{