mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02: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*.
15 lines
532 B
Text
15 lines
532 B
Text
error:
|
|
… while calling the 'toString' builtin
|
|
|
|
at /pwd/lang/eval-fail-hashfile-missing.nix:4:3:
|
|
|
|
3| in
|
|
4| toString (builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"]))
|
|
| ^
|
|
5|
|
|
|
|
… while evaluating the first argument passed to builtins.toString
|
|
|
|
… while calling the 'hashFile' builtin
|
|
|
|
error: opening file '/pwd/lang/this-file-is-definitely-not-there-7392097': No such file or directory
|