1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00

Register LocalStore to ensure it's included in the manual

This commit is contained in:
Eelco Dolstra 2023-03-23 15:23:13 +01:00
parent 161f4b0dea
commit b79df9dedc
3 changed files with 15 additions and 3 deletions

View file

@ -102,9 +102,13 @@ public:
/* Initialise the local store, upgrading the schema if
necessary. */
LocalStore(const Params & params);
LocalStore(std::string scheme, std::string path, const Params & params);
~LocalStore();
static std::set<std::string> uriSchemes()
{ return {}; }
/* Implementations of abstract store API methods. */
std::string getUri() override;