diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-06-21 15:40:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 15:40:43 -0400 |
commit | 48fe0ed554e2708d136cbfc10ec0969a638d209e (patch) | |
tree | 81e57cb9c64741cb2569b51e0178346b18b778d6 /src/libstore/store-api.hh | |
parent | 3c618c43c6044eda184df235c193877529e951cb (diff) | |
parent | d2ce2e89b178e7e7467cf4c1e572704a4c2ca75e (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.hh | 2 |
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 |