mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
parser: merge nested dynamic attributes
Fixes https://github.com/NixOS/nix/issues/7115
This commit is contained in:
parent
85d0eb6316
commit
570a1a3ad7
6 changed files with 46 additions and 0 deletions
4
tests/lang/eval-fail-dup-dynamic-attrs.nix
Normal file
4
tests/lang/eval-fail-dup-dynamic-attrs.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
set = { "${"" + "b"}" = 1; };
|
||||
set = { "${"b" + ""}" = 2; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue