mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Cleanup
This commit is contained in:
parent
ba96067535
commit
b7fd872147
1 changed files with 1 additions and 5 deletions
|
@ -190,11 +190,7 @@ struct LinuxDerivationBuilder : DerivationBuilderImpl
|
||||||
*/
|
*/
|
||||||
std::optional<Path> cgroup;
|
std::optional<Path> cgroup;
|
||||||
|
|
||||||
LinuxDerivationBuilder(
|
using DerivationBuilderImpl::DerivationBuilderImpl;
|
||||||
Store & store, std::unique_ptr<DerivationBuilderCallbacks> miscMethods, DerivationBuilderParams params)
|
|
||||||
: DerivationBuilderImpl(store, std::move(miscMethods), std::move(params))
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void deleteTmpDir(bool force) override
|
void deleteTmpDir(bool force) override
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue