1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

fixup! Separate the instantiation and initialisation of the stores

This commit is contained in:
regnat 2020-09-09 13:25:32 +02:00
parent 35042c9623
commit aa4eac3788

View file

@ -1009,12 +1009,6 @@ Derivation Store::readDerivation(const StorePath & drvPath)
}
}
std::shared_ptr<Config> Store::getConfig()
{
return shared_from_this();
}
}