mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
* Implemented inherit.
This commit is contained in:
parent
267dc693d2
commit
d39d3c6264
4 changed files with 34 additions and 29 deletions
|
@ -127,7 +127,7 @@ struct ExprAttrs : Expr
|
|||
bool recursive;
|
||||
typedef std::map<Symbol, Expr *> Attrs;
|
||||
Attrs attrs;
|
||||
list<Symbol> inherited;
|
||||
list<VarRef> inherited;
|
||||
ExprAttrs() : recursive(false) { };
|
||||
COMMON_METHODS
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue