mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01:00
Fix windows build
PR #12767 accidentally broke it.
(cherry picked from commit 99041b4d84)
This commit is contained in:
parent
eb7d96a8ac
commit
44c2bd35e0
3 changed files with 5 additions and 10 deletions
|
|
@ -116,7 +116,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