feat(inventory/modules): allow inline modules

This commit is contained in:
Johannes Kirschbauer
2025-03-26 17:08:27 +01:00
parent 3b9153fb7f
commit c71d5e9d48
4 changed files with 1 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ in
default = options;
};
modules = lib.mkOption {
type = types.attrsOf types.path;
type = types.attrsOf (types.either types.path types.deferredModule);
default = { };
defaultText = "clanModules of clan-core";
description = ''