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.
10 lines
300 B
Text
10 lines
300 B
Text
error:
|
|
… while calling the 'length' builtin
|
|
at /pwd/lang/eval-fail-call-primop.nix:1:1:
|
|
1| builtins.length 1
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating the first argument passed to builtins.length
|
|
|
|
error: expected a list but found an integer: 1
|