|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <search-path.hh>
Classes | |
| struct | Prefix |
| struct | Path |
| struct | Elem |
Static Public Member Functions | |
| static SearchPath | parse (const Strings &rawElems) |
Public Attributes | |
| std::list< SearchPath::Elem > | elements |
A "search path" is a list of ways look for something, used with builtins.findFile and < > lookup expressions.
|
static |
Parse a string into a SearchPath
| std::list<SearchPath::Elem> nix::SearchPath::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.)