Chore: add _file for internals error tracing
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user