nixos-containers: remove unnecessary _file using __curPos
The module system's fallback is sufficient for this inline module.
This commit is contained in:
@@ -564,7 +564,6 @@ in
|
||||
extraConfig =
|
||||
{ options, ... }:
|
||||
{
|
||||
_file = "module at ${__curPos.file}:${toString __curPos.line}";
|
||||
config = {
|
||||
nixpkgs =
|
||||
if options.nixpkgs ? hostPlatform then
|
||||
|
||||
Reference in New Issue
Block a user