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