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.
8 lines
224 B
Text
8 lines
224 B
Text
error:
|
|
… while evaluating one of the elements to concatenate
|
|
at /pwd/lang/eval-fail-list.nix:1:2:
|
|
1| 8++1
|
|
| ^
|
|
2|
|
|
|
|
error: expected a list but found an integer: 8
|