mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
fixup! Correctly call all the parent contructors of the stores
This commit is contained in:
parent
7f103dcddd
commit
1129913c4e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue