Chore: add _file for internals error tracing

This commit is contained in:
Johannes Kirschbauer
2025-06-25 15:47:15 +02:00
parent 1819243123
commit 16392622c5
7 changed files with 15 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ in
inherit (services) evalClanService mapInstances resolveModule;
inherit (import ./build-inventory { inherit lib clanLib; }) buildInventory;
interface = {
_file = "inventory/default.nix";
imports = [
./build-inventory/interface.nix
];