Closed oberblastmeister closed 2 years ago
idents returns all the identifiers in the InheritFrom, but the correct thing to return is all the Attr.
idents
InheritFrom
Attr
https://github.com/NixOS/nix/blob/master/src/libexpr/parser.y#L542
idents
returns all the identifiers in theInheritFrom
, but the correct thing to return is all theAttr
.https://github.com/NixOS/nix/blob/master/src/libexpr/parser.y#L542