about summary refs log blame commit diff
path: root/third_party/nix/src/libexpr/attr-path.hh
blob: 889c2158d79e47c78c45c03140c121b78c308dd2 (plain) (tree)
1
2
3
4
5
6
7
8
9
            
 
              
                 
 
                  
 

               
                                                                       
                                                         
 
 
#pragma once

#include <map>
#include <string>

#include "eval.hh"

namespace nix {

Value* findAlongAttrPath(EvalState& state, const std::string& attrPath,
                         Bindings& autoArgs, Value& vIn);

}