build-inventory: replace by equivalent submodule

This commit is contained in:
Johannes Kirschbauer
2025-06-25 17:23:46 +02:00
parent 3585470759
commit ae4e18c152
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,
...
}:
{