mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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;
|
||||
|
||||
LinuxDerivationBuilder(
|
||||
Store & store, std::unique_ptr<DerivationBuilderCallbacks> miscMethods, DerivationBuilderParams params)
|
||||
: DerivationBuilderImpl(store, std::move(miscMethods), std::move(params))
|
||||
{
|
||||
}
|
||||
using DerivationBuilderImpl::DerivationBuilderImpl;
|
||||
|
||||
void deleteTmpDir(bool force) override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue