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