Go to the source code of this file.
Classes | |
struct | nix::PackageInfo |
Typedefs | |
typedef std::list< PackageInfo, traceable_allocator< PackageInfo > > | nix::PackageInfos |
Functions | |
std::optional< PackageInfo > | nix::getDerivation (EvalState &state, Value &v, bool ignoreAssertionFailures) |
void | nix::getDerivations (EvalState &state, Value &v, const std::string &pathPrefix, Bindings &autoArgs, PackageInfos &drvs, bool ignoreAssertionFailures) |