Inventory: init external modules support
This commit is contained in:
committed by
hsjobeki
parent
604c16c30f
commit
25fb899f64
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user