mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
parent
fd98f30e4e
commit
99041b4d84
3 changed files with 5 additions and 10 deletions
|
@ -115,7 +115,7 @@ LocalStore::LocalStore(
|
|||
state->stmts = std::make_unique<State::Stmts>();
|
||||
|
||||
/* Create missing state directories if they don't already exist. */
|
||||
createDirs(realStoreDir);
|
||||
createDirs(realStoreDir.get());
|
||||
if (readOnly) {
|
||||
experimentalFeatureSettings.require(Xp::ReadOnlyLocalStore);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue