Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
registry.hh File Reference
Include dependency graph for registry.hh:

Go to the source code of this file.

Classes

struct  nix::fetchers::Registry
 
struct  nix::fetchers::Registry::Entry
 

Typedefs

typedef std::vector< std::shared_ptr< Registry > > nix::fetchers::Registries
 

Functions

std::shared_ptr< Registrynix::fetchers::getUserRegistry ()
 
std::shared_ptr< Registrynix::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)