diff --git a/lib/build-clan/module.nix b/lib/build-clan/module.nix index e3f3cb0f8..469c39128 100644 --- a/lib/build-clan/module.nix +++ b/lib/build-clan/module.nix @@ -183,7 +183,11 @@ in inherit serviceConfigs; inherit (clan-core) clanModules; 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; meta = config.inventory.meta;