inventory: unify modules

This commit is contained in:
Johannes Kirschbauer
2025-09-15 12:18:35 +02:00
parent 90ad8054d0
commit d3397af442
5 changed files with 12 additions and 9 deletions

View File

@@ -231,11 +231,7 @@ in
inventory = lib.mkOption {
type = types.submoduleWith {
modules = [
{
_module.args = { inherit clanLib; };
_file = "clan interface";
}
../inventoryClass/interface.nix
clanLib.inventory.inventoryModule
];
};
description = ''