mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
cb7fbd4d83
Adds the failing value to `value is <TYPE> while a <TYPE> is expected` error messages.
9 lines
260 B
Text
9 lines
260 B
Text
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: { }
|