mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 06:31:00 +01:00
Solves 1/3 of the infinite recursion at unknown location meme. See #8879 for ensuring we always have a trace (for stack overflows) We might want to re-add this for finding missing location info *while hacking on that problem only*.
12 lines
318 B
Text
12 lines
318 B
Text
error:
|
|
… while calling the 'toPath' builtin
|
|
|
|
at /pwd/lang/eval-fail-to-path.nix:1:1:
|
|
|
|
1| builtins.toPath "foo/bar"
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating the first argument passed to builtins.toPath
|
|
|
|
error: string 'foo/bar' doesn't represent an absolute path
|