forked from lix-project/lix
fixup! Correctly call all the parent contructors of the stores
This commit is contained in:
parent
7f103dcddd
commit
1129913c4e
|
@ -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"};
|
||||||
|
|
Loading…
Reference in a new issue