mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 10:16:15 +02:00
10 lines
348 B
Text
10 lines
348 B
Text
|
error:
|
||
|
… while evaluating a path segment
|
||
|
at /pwd/lang/eval-fail-nested-list-items.nix:11:6:
|
||
|
10|
|
||
|
11| "" + (let v = [ [ 1 2 3 4 5 6 7 8 ] [1 2 3 4]]; in builtins.deepSeq v v)
|
||
|
| ^
|
||
|
12|
|
||
|
|
||
|
error: cannot coerce a list to a string: [ [ 1 2 3 4 5 6 7 8 ] [ 1 «3 items elided» ] ]
|