Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
error: attribute 'a.b.c' already defined at /pwd/eval-fail-dupAttr-deep.nix:1:3
|
|
at /pwd/eval-fail-dupAttr-deep.nix:1:14:
|
|
1| { a.b.c = 1; a.b.c.a.a = 1; }
|
|
| ^
|
|
2|
|