nixos-containers: remove unnecessary _file using __curPos

The module system's fallback is sufficient for this inline module.
This commit is contained in:
Philip Taron
2026-03-19 11:45:38 -07:00
parent 2d27bddcce
commit 04f9003b98
@@ -564,7 +564,6 @@ in
extraConfig =
{ options, ... }:
{
_file = "module at ${__curPos.file}:${toString __curPos.line}";
config = {
nixpkgs =
if options.nixpkgs ? hostPlatform then