mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
cb7fbd4d83
Adds the failing value to `value is <TYPE> while a <TYPE> is expected` error messages.
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
error:
|
|
… while evaluating an attribute name
|
|
at /pwd/lang/eval-fail-using-set-as-attr-name.nix:5:10:
|
|
4| in
|
|
5| attr.${key}
|
|
| ^
|
|
6|
|
|
|
|
error: expected a string but found a set: { }
|