Skip to content
Snippets Groups Projects
Commit 1129913c authored by regnat's avatar regnat
Browse files

fixup! Correctly call all the parent contructors of the stores

parent 7f103dcd
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,8 @@ struct BuildResult ...@@ -148,6 +148,8 @@ struct BuildResult
struct StoreConfig : public Config struct StoreConfig : public Config
{ {
using Config::Config; using Config::Config;
StoreConfig() = delete;
const PathSetting storeDir_{this, false, settings.nixStore, const PathSetting storeDir_{this, false, settings.nixStore,
"store", "path to the Nix store"}; "store", "path to the Nix store"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment