nix-community / rnix-parser

A Nix parser written in Rust [maintainer=@oberblastmeister]
MIT License
365 stars 44 forks source link

change Inherit::idents to Inherit::attrs #145

Closed oberblastmeister closed 2 years ago

oberblastmeister commented 2 years ago

idents returns all the identifiers in the InheritFrom, but the correct thing to return is all the Attr.

https://github.com/NixOS/nix/blob/master/src/libexpr/parser.y#L542