Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Factory for PkgDbInput. More...
#include <input.hh>
Public Types | |
using | input_type = PkgDbInput |
Public Member Functions | |
PkgDbInputFactory (nix::ref< nix::Store > &store, std::filesystem::path cacheDir=getPkgDbCachedir()) | |
Construct a factory using a nix evaluator. | |
std::shared_ptr< PkgDbInput > | mkInput (const std::string &name, const RegistryInput &input) |
Construct an input from a RegistryInput. | |
Private Attributes | |
nix::ref< nix::Store > | store |
std::filesystem::path | cacheDir |
Factory for PkgDbInput.
|
private |
Cache directory.
|
private |
nix
store connection.