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

               
                                                                       
                                                         
 
 
#pragma once

#include <map>
#include <string>

#include "libexpr/eval.hh"

namespace nix {

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

}