mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* Pass the autoArgs to findAlongAttrPath so that "nix-instantiate
foo.nix -A attr --arg name value" will work if (name, value) is needed in the evaluation leading up to "attr".
This commit is contained in:
parent
b19cebc513
commit
9638f3f393
3 changed files with 11 additions and 7 deletions
|
@ -7,7 +7,8 @@
|
|||
#include "eval.hh"
|
||||
|
||||
|
||||
Expr findAlongAttrPath(EvalState & state, const string & attrPath, Expr e);
|
||||
Expr findAlongAttrPath(EvalState & state, const string & attrPath,
|
||||
const ATermMap & autoArgs, Expr e);
|
||||
|
||||
|
||||
#endif /* !__ATTR_PATH_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue