Before: error: syntax error, expecting ';' After: error: syntax error, expecting ';' to end 'inherit' bindings Change-Id: I47c633cb5c696b646840c58e03270a7d6a6a6964
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
error: syntax error, expecting ';' to end 'inherit' bindings
|
|
at /pwd/in.nix:7:5:
|
|
6| inherit c b
|
|
7| d = 5;
|
|
| ^
|
|
8| }
|