#pragma once #include "eval.hh" #include #include #include namespace nix { Value * findAlongAttrPath(EvalState & state, const string & attrPath, Bindings & autoArgs, Value & vIn); /* Heuristic to find the filename and lineno or a derivation. */ std::tuple findDerivationFilename(EvalState & state, Value & v, std::string what); }