Go to the source code of this file.
|
|
typedef std::vector< std::shared_ptr< Registry > > | nix::fetchers::Registries |
|
|
std::shared_ptr< Registry > | nix::fetchers::getUserRegistry () |
|
std::shared_ptr< Registry > | nix::fetchers::getCustomRegistry (const Path &p) |
|
Path | nix::fetchers::getUserRegistryPath () |
|
kj::Promise< Result< Registries > > | nix::fetchers::getRegistries (ref< Store > store) |
|
void | nix::fetchers::overrideRegistry (const Input &from, const Input &to, const Attrs &extraAttrs) |
|
kj::Promise< Result< std::pair< Input, Attrs > > > | nix::fetchers::lookupInRegistries (ref< Store > store, const Input &_input) |