diff options
author | regnat <rg@regnat.ovh> | 2020-09-14 11:18:45 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2020-09-16 13:53:09 +0200 |
commit | f24f0888f93b0881e2cefa1ceb4c8fc187c94f21 (patch) | |
tree | 96fcee3673c2486383267f13c53f090d660ddc1c /src/libstore/local-store.cc | |
parent | d65962db4d5c1a2c8f456e3ae6bb789eb3a1e744 (diff) |
Document the new store hierarchy
Diffstat (limited to 'src/libstore/local-store.cc')
-rw-r--r-- | src/libstore/local-store.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index 4e9840f3b..c618203f0 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -44,8 +44,6 @@ namespace nix { LocalStore::LocalStore(const Params & params) : StoreConfig(params) , Store(params) - , LocalFSStoreConfig(params) - , LocalStoreConfig(params) , LocalFSStore(params) , realStoreDir_{this, false, rootDir != "" ? rootDir + "/nix/store" : storeDir, "real", "physical path to the Nix store"} |