#include "types.hh"
#include "fetchers.hh"
Go to the source code of this file.
|
typedef std::vector< std::shared_ptr< Registry > > | nix::fetchers::Registries |
|
using | nix::fetchers::RegistryFilter = std::function<bool(Registry::RegistryType)> |
|
◆ lookupInRegistries()
std::pair< Input, Attrs > nix::fetchers::lookupInRegistries |
( |
ref< Store > | store, |
|
|
const Input & | input, |
|
|
const RegistryFilter & | filter = {} ) |
Rewrite a flakeref using the registries. If filter
is set, only use the registries for which the filter function returns true.