Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::StoreFactory Struct Reference

Public Attributes

std::set< std::string > uriSchemes
 
std::function< std::shared_ptr< Store >(std::string_view scheme, std::string_view authorityPath, const Store::Params &params)> create
 
std::function< std::shared_ptr< StoreConfig >()> getConfig
 

Member Data Documentation

◆ create

std::function<std::shared_ptr<Store>( std::string_view scheme, std::string_view authorityPath, const Store::Params & params)> nix::StoreFactory::create

The authorityPath parameter is <authority>/<path>, or really whatever comes after <scheme>:// and before ?<query-params>.


The documentation for this struct was generated from the following file: