1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

fix: Update shifted source positions after formatting

Carefully reviewed...
This commit is contained in:
Robert Hensing 2025-01-24 14:19:09 +01:00
parent 96e550efc5
commit b04077c0ec
44 changed files with 400 additions and 385 deletions

View file

@ -1,9 +1,9 @@
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|
at /pwd/lang/eval-fail-nested-list-items.nix:12:3:
11| ""
12| + (
| ^
13| let
error: cannot coerce a list to a string: [ [ 1 2 3 4 5 6 7 8 ] [ 1 «3 items elided» ] ]