b7fd2c28224a ^
ca2238cf818e ^
0f2cf531f705 ^
75068e7d753c ^
1
2
3
4 5
6
7 8
9 10
11
12
#pragma once #include <map> #include <string> #include "eval.hh" namespace nix { Value* findAlongAttrPath(EvalState& state, const string& attrPath, Bindings& autoArgs, Value& vIn); }