Inventory: migrate failure test message

This commit is contained in:
Johannes Kirschbauer
2024-07-16 10:33:24 +02:00
parent d9932b3b81
commit 5ec952d29d
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;