Fix(tests/inventory): fix test assertions due to change in the exported structure

This commit is contained in:
Johannes Kirschbauer
2025-06-03 18:30:04 +02:00
parent 724e307cac
commit 9214559d38
2 changed files with 32 additions and 18 deletions

View File

@@ -190,7 +190,7 @@ in
acc: _module_ident: eval:
acc ++ [ eval.config.result.final.${machineName}.nixosModule or { } ]
) [ ] importedModulesEvaluated;
}) inventory.machines;
}) inventory.machines or { };
in
{
inherit