build-inventory: move inventory and inventoryClass into explizitly different folders

This commit is contained in:
Johannes Kirschbauer
2025-06-25 17:45:10 +02:00
parent 68ed393c87
commit c91b5fb3db
42 changed files with 49 additions and 139 deletions

View File

@@ -104,7 +104,7 @@ in
_module.args = { inherit clanLib; };
_file = "clan interface";
}
../../inventory/build-inventory/interface.nix
../inventoryClass/interface.nix
];
};
description = ''
@@ -120,7 +120,7 @@ in
Global information about the clan.
'';
type = types.deferredModuleWith {
staticModules = [ ../../inventory/build-inventory/meta-interface.nix ];
staticModules = [ ../inventoryClass/meta-interface.nix ];
};
default = { };
};