aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/store-api.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh
index bb7d8036b..6f7893e41 100644
--- a/src/libstore/store-api.hh
+++ b/src/libstore/store-api.hh
@@ -148,6 +148,8 @@ struct BuildResult
struct StoreConfig : public Config
{
using Config::Config;
+ StoreConfig() = delete;
+
const PathSetting storeDir_{this, false, settings.nixStore,
"store", "path to the Nix store"};