Inventory: init external modules support

This commit is contained in:
Johannes Kirschbauer
2024-11-21 11:45:31 +01:00
committed by hsjobeki
parent 604c16c30f
commit 25fb899f64
7 changed files with 37 additions and 27 deletions

View File

@@ -92,6 +92,14 @@ in
./assertions.nix
];
options = {
modules = lib.mkOption {
type = types.attrsOf types.path;
internal = true;
visible = false;
default = { };
defaultText = "clanModules of clan-core";
};
assertions = lib.mkOption {
type = types.listOf types.unspecified;
internal = true;