fixup! Correctly call all the parent contructors of the stores

This commit is contained in:
regnat 2020-09-11 11:12:25 +02:00
parent 7f103dcddd
commit 1129913c4e

View file

@ -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"};