Files
lix/tests/functional2/lang/attrs/eval-fail-duplicate-deep.err.exp
T
piegames dbb6098ff4 tests/functional2/lang: Migrate attrs tests
Change-Id: I8eee261d76d34c4a138bc24d9c2b9a0dfb944c7f
2025-11-18 13:48:32 +00:00

6 lines
178 B
Plaintext

error: attribute 'a.b.c' already defined at /pwd/in.nix:1:3
at /pwd/in.nix:1:14:
1| { a.b.c = 1; a.b.c.a.a = 1; }
| ^
2|