Chore: add _file for internals error tracing

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

View File

@@ -100,7 +100,10 @@ in
inventory = lib.mkOption {
type = types.submodule {
imports = [
{ _module.args = { inherit clanLib; }; }
{
_module.args = { inherit clanLib; };
_file = "clan interface";
}
../../inventory/build-inventory/interface.nix
];
};