inventory/valuePrios: filter out unsupported freeformType
This commit is contained in:
@@ -183,7 +183,11 @@ in
|
|||||||
inherit serviceConfigs;
|
inherit serviceConfigs;
|
||||||
inherit (clan-core) clanModules;
|
inherit (clan-core) clanModules;
|
||||||
inherit inventoryFile;
|
inherit inventoryFile;
|
||||||
inventoryValuesPrios = (clan-core.lib.values.getPrios { options = inventory.options; });
|
inventoryValuesPrios =
|
||||||
|
# Temporary workaround
|
||||||
|
builtins.removeAttrs (clan-core.lib.values.getPrios { options = inventory.options; })
|
||||||
|
# tags are freeformType which is not supported yet.
|
||||||
|
[ "tags" ];
|
||||||
inventory = config.inventory;
|
inventory = config.inventory;
|
||||||
meta = config.inventory.meta;
|
meta = config.inventory.meta;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user