modules: simplify inventoryClass module

This commit is contained in:
Johannes Kirschbauer
2025-10-22 16:29:33 +02:00
parent 5a5633d779
commit 843f55f844
3 changed files with 1 additions and 7 deletions

View File

@@ -228,7 +228,7 @@ in
inherit clanLib;
};
imports = [
../inventoryClass/builder/default.nix
../inventoryClass/default.nix
(lib.modules.importApply ../inventoryClass/service-list-from-inputs.nix {
inherit flakeInputs clanLib;
})

View File

@@ -1,5 +0,0 @@
{
imports = [
./interface.nix
];
}

View File

@@ -2,7 +2,6 @@
let
inherit (lib) types mkOption;
submodule = m: types.submoduleWith { modules = [ m ]; };
in
{
options = {