diff options
Diffstat (limited to 'src/libexpr/attr-path.hh')
-rw-r--r-- | src/libexpr/attr-path.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/attr-path.hh b/src/libexpr/attr-path.hh index f64ef7a7cdee..0797ecc58218 100644 --- a/src/libexpr/attr-path.hh +++ b/src/libexpr/attr-path.hh @@ -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 */ |