In the same vein as be18b7dc2¹.
Before:
error: syntax error, expecting ';'
After:
error: syntax error, expecting ';' to end binding
[1]: be18b7dc25
Change-Id: Iffbcb113d2b892a50c646c9875e970376a6a6964
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
error: syntax error, expecting ';' to end binding
|
|
at /pwd/in.nix:3:1:
|
|
2| a = ""
|
|
3| in a
|
|
| ^
|
|
4|
|