mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
fixup! Separate the instantiation and initialisation of the stores
This commit is contained in:
parent
35042c9623
commit
aa4eac3788
@ -1009,12 +1009,6 @@ Derivation Store::readDerivation(const StorePath & drvPath)
|
||||
}
|
||||
}
|
||||
|
||||
std::shared_ptr<Config> Store::getConfig()
|
||||
{
|
||||
return shared_from_this();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user