Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::LookupPath Struct Reference

#include <search-path.hh>

Classes

struct  Elem
 
struct  Path
 
struct  Prefix
 

Static Public Member Functions

static LookupPath parse (const Strings &rawElems)
 

Public Attributes

std::list< LookupPath::Elemelements
 

Detailed Description

A "search path" is a list of ways look for something, used with builtins.findFile and < > lookup expressions.

Member Function Documentation

◆ parse()

LookupPath nix::LookupPath::parse ( const Strings & rawElems)
static

Parse a string into a LookupPath

Member Data Documentation

◆ elements

std::list<LookupPath::Elem> nix::LookupPath::elements

The list of search path elements. Each one is checked for a path when looking up. (The actual lookup entry point is in EvalState not in this class.)


The documentation for this struct was generated from the following files: