mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +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
|
@ -232,7 +232,7 @@ foreach my $userEnvElem (@userEnvElems) {
|
|||
# Evaluate each blacklist item.
|
||||
foreach my $item ($blacklist->getChildrenByTagName("item")) {
|
||||
my $itemId = $item->getAttributeNode("id")->getValue;
|
||||
print " CHECKING FOR $itemId\n";
|
||||
# print " CHECKING FOR $itemId\n";
|
||||
|
||||
my $condition = ($item->getChildrenByTagName("condition"))[0];
|
||||
die unless $condition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue