mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
* nix-worker: clean up the temporary root for the worker processes
in /nix/var/nix/temproots.
This commit is contained in:
parent
94fd46fa1c
commit
f351834f77
3 changed files with 13 additions and 9 deletions
|
@ -33,6 +33,11 @@ extern volatile ::sig_atomic_t blockInt;
|
|||
|
||||
MakeError(UsageError, nix::Error);
|
||||
|
||||
struct RemoveTempRoots
|
||||
{
|
||||
~RemoveTempRoots();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue