mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
print LOC for stdin, string args
This commit is contained in:
parent
85ce455b85
commit
6a420d672c
6 changed files with 97 additions and 36 deletions
|
@ -121,7 +121,7 @@ Pos findDerivationFilename(EvalState & state, Value & v, std::string what)
|
|||
|
||||
Symbol file = state.symbols.create(filename);
|
||||
|
||||
return { file, lineno, 0 };
|
||||
return { foFile, file, lineno, 0 };
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue