For some reason that eludes me, it used to only print the last attribute instead of the full chain. Change-Id: I2f5f6e85e2b1ab3ab20a9c99bf06d1e45a4d09bb
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
error: attribute 'x.y' already defined at /pwd/in.nix:2:3
|
|
at /pwd/in.nix:3:9:
|
|
2| x.y.y = 3;
|
|
3| x = { y.y= 3; z = 3; };
|
|
| ^
|
|
4| }
|