mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
b2c7f09b0a
Analogous to 9b88bf8adf
/ three commits back
9 lines
348 B
Text
9 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» ] ]
|