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
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
error:
|
|
… while evaluating the attribute 'set'
|
|
at /pwd/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/eval-fail-dup-dynamic-attrs.nix:2:11
|
|
at /pwd/eval-fail-dup-dynamic-attrs.nix:3:11:
|
|
2| set = { "${"" + "b"}" = 1; };
|
|
3| set = { "${"b" + ""}" = 2; };
|
|
| ^
|
|
4| }
|