fix(eval/inventory): fix some test arguments to buildInventory

This commit is contained in:
Johannes Kirschbauer
2025-04-09 17:38:06 +02:00
parent 6f7d7e8d98
commit ec2aee3013
2 changed files with 10 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ let
inherit (instance) module;
inherit resolvedModule instanceRoles;
}
) inventory.instances;
) inventory.instances or {};
# TODO: Eagerly check the _class of the resolved module
importedModulesEvaluated = lib.mapAttrs (