Inventory: migrate failure test message

This commit is contained in:
Johannes Kirschbauer
2024-07-16 10:33:24 +02:00
parent 5c0b482431
commit a2c3c09564
4 changed files with 20 additions and 13 deletions

View File

@@ -121,7 +121,7 @@ in
pkgsForSystem
meta
;
inventory = (lib.traceValSeq cfg.inventory);
inventory = (lib.traceValSeq cfg.inventory);
};
};
_file = __curPos.file;