Fixes #350, https://github.com/NixOS/nix/issues/9020 Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems> Change-Id: If78d144dc35839b7668c0e0ad796252fcfc42ea0
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
error: undefined variable 'x'
|
|
at /pwd/in.nix:9:9:
|
|
8| x = 1;
|
|
9| y = x;
|
|
| ^
|
|
10| };
|