mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Factor out the unix domain socket-specific code from RemoteStore
This commit is contained in:
parent
7d4ccd9b17
commit
0f39633290
5 changed files with 69 additions and 36 deletions
|
@ -526,7 +526,7 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
class LocalFSStore : public Store
|
||||
class LocalFSStore : public virtual Store
|
||||
{
|
||||
public:
|
||||
const Path rootDir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue