mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 19:51:00 +01:00
Clean up temp roots in a more C++ way
This commit is contained in:
parent
ed306febb5
commit
1256ab3b44
3 changed files with 13 additions and 26 deletions
|
|
@ -244,6 +244,10 @@ private:
|
|||
|
||||
bool didSetSubstituterEnv;
|
||||
|
||||
/* The file to which we write our temporary roots. */
|
||||
Path fnTempRoots;
|
||||
AutoCloseFD fdTempRoots;
|
||||
|
||||
int getSchema();
|
||||
|
||||
void openDB(bool create);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue