2012-07-18 20:59:03 +02:00
|
|
|
#pragma once
|
2006-07-26 17:05:15 +02:00
|
|
|
|
2010-10-04 19:55:38 +02:00
|
|
|
#include "eval.hh"
|
|
|
|
|
2006-07-26 17:05:15 +02:00
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
|
2006-09-04 23:06:23 +02:00
|
|
|
namespace nix {
|
|
|
|
|
2013-09-03 15:17:51 +02:00
|
|
|
Value * findAlongAttrPath(EvalState & state, const string & attrPath,
|
|
|
|
Bindings & autoArgs, Value & vIn);
|
2006-07-26 17:05:15 +02:00
|
|
|
|
2006-09-04 23:06:23 +02:00
|
|
|
}
|