aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-06-21 15:40:43 -0400
committerGitHub <noreply@github.com>2023-06-21 15:40:43 -0400
commit48fe0ed554e2708d136cbfc10ec0969a638d209e (patch)
tree81e57cb9c64741cb2569b51e0178346b18b778d6 /src/libstore/store-api.hh
parent3c618c43c6044eda184df235c193877529e951cb (diff)
parentd2ce2e89b178e7e7467cf4c1e572704a4c2ca75e (diff)
Merge pull request #8374 from obsidiansystems/improve-path-setting
Split `OptionalPathSetting` from `PathSetting`
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r--src/libstore/store-api.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh
index 2ecbe2708..14a862eef 100644
--- a/src/libstore/store-api.hh
+++ b/src/libstore/store-api.hh
@@ -114,7 +114,7 @@ struct StoreConfig : public Config
return "";
}
- const PathSetting storeDir_{this, false, settings.nixStore,
+ const PathSetting storeDir_{this, settings.nixStore,
"store",
R"(
Logical location of the Nix store, usually