mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Check for duplicate attributes and formal parameters in Nix
expressions.
This commit is contained in:
parent
97c93526da
commit
08df443618
7 changed files with 93 additions and 1 deletions
4
tests/lang/parse-fail-dup-attrs-1.nix
Normal file
4
tests/lang/parse-fail-dup-attrs-1.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ x = 123;
|
||||
y = 456;
|
||||
x = 789;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue