modules: simplify inventoryClass module
This commit is contained in:
@@ -228,7 +228,7 @@ in
|
|||||||
inherit clanLib;
|
inherit clanLib;
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
../inventoryClass/builder/default.nix
|
../inventoryClass/default.nix
|
||||||
(lib.modules.importApply ../inventoryClass/service-list-from-inputs.nix {
|
(lib.modules.importApply ../inventoryClass/service-list-from-inputs.nix {
|
||||||
inherit flakeInputs clanLib;
|
inherit flakeInputs clanLib;
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./interface.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
let
|
let
|
||||||
inherit (lib) types mkOption;
|
inherit (lib) types mkOption;
|
||||||
submodule = m: types.submoduleWith { modules = [ m ]; };
|
submodule = m: types.submoduleWith { modules = [ m ]; };
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
Reference in New Issue
Block a user