wip: debug

This commit is contained in:
Jörg Thalheim
2024-07-15 17:42:06 +02:00
committed by Johannes Kirschbauer
parent 7c83c89643
commit 5c0b482431
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ let
availableTags = lib.foldlAttrs (
acc: _: v:
v.tags or [ ] ++ acc
) [ ] inventory.machines;
) [ ] (lib.traceValSeq inventory.machines);
tagMembers = builtins.attrNames (
lib.filterAttrs (_n: v: builtins.elem tag v.tags or [ ]) inventory.machines