|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Attributes | |
| RootValue | vCallFlake |
| RootValue | vImportedDrvToDerivation |
| std::shared_ptr< RegexCache > | regexes |
| std::map< SourcePath, std::shared_ptr< CachedEvalFile > > | fileEval |
| std::map<SourcePath, std::shared_ptr<CachedEvalFile> > nix::EvalRuntimeCaches::fileEval |
A cache from path names to values for evalFile().
| std::shared_ptr<RegexCache> nix::EvalRuntimeCaches::regexes |
Cache used by prim_match() and other regex functions.