forked from lix-project/lix
eldritch horrors
5ddd1a9166
Fix language tests a bit
(cherry picked from commit e92cac789fc84b116a03db04a5f7de8df48e34cd)
Change-Id: I527e94c5af0921ff2559ce5a4ac7635be791c22e
19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
error:
|
|
… while evaluating the attribute 'set'
|
|
|
|
at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:2:3:
|
|
|
|
1| {
|
|
2| set = { "${"" + "b"}" = 1; };
|
|
| ^
|
|
3| set = { "${"b" + ""}" = 2; };
|
|
|
|
error: dynamic attribute 'b' already defined at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:2:11
|
|
|
|
at /pwd/lang/eval-fail-dup-dynamic-attrs.nix:3:11:
|
|
|
|
2| set = { "${"" + "b"}" = 1; };
|
|
3| set = { "${"b" + ""}" = 2; };
|
|
| ^
|
|
4| }
|