#pragma once #include #include #include "libexpr/eval.hh" namespace nix { Value* findAlongAttrPath(EvalState& state, const std::string& attrPath, Bindings& autoArgs, Value& vIn); }