blob: 0c6f614e8a7b013ea274f94507d3c81ad9204410 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|