1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 00:51:00 +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

@ -26,9 +26,9 @@ UDSRemoteStore::UDSRemoteStore(const Params & params)
UDSRemoteStore::UDSRemoteStore(
const std::string scheme,
std::string socket_path,
const Params & params)
const std::string scheme,
std::string socket_path,
const Params & params)
: UDSRemoteStore(params)
{
path.emplace(socket_path);