blob: 46a34195093914d89e686cde50fb2daea57fd556 (
plain) (
tree)
|
|
#pragma once
#include "eval.hh"
#include <string>
#include <map>
namespace nix {
Value * findAlongAttrPath(EvalState & state, const string & attrPath,
Bindings & autoArgs, Value & vIn);
}
|