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:
parent
161f4b0dea
commit
b79df9dedc
3 changed files with 15 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue