1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 15:02:42 +01:00

Document the new store hierarchy

This commit is contained in:
regnat 2020-09-14 11:18:45 +02:00
parent d65962db4d
commit f24f0888f9
10 changed files with 47 additions and 18 deletions

View file

@ -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"}