1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00
nix/tests/functional/lang/eval-fail-hashfile-missing.err.exp
Eelco Dolstra febd28db87 Lazily copy trees to the store
We now mount lazy accessors on top of /nix/store without materializing
them, and only materialize them to the real store if needed (e.g. in
the `derivation` primop).
2025-04-08 23:41:59 +02:00

13 lines
428 B
Text

error:
… while calling the 'toString' builtin
at /pwd/lang/eval-fail-hashfile-missing.nix:7:1:
6| in
7| toString (
| ^
8| builtins.concatLists (
… while evaluating the first argument passed to builtins.toString
… while calling the 'hashFile' builtin
error: path '/pwd/lang/this-file-is-definitely-not-there-7392097' does not exist