mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
* Remove lock files after building.
This commit is contained in:
parent
06208d1d86
commit
7a02d95418
3 changed files with 20 additions and 1 deletions
|
@ -14,10 +14,12 @@ class PathLocks
|
|||
private:
|
||||
list<int> fds;
|
||||
Paths paths;
|
||||
bool deletePaths;
|
||||
|
||||
public:
|
||||
PathLocks(const PathSet & _paths);
|
||||
~PathLocks();
|
||||
void setDeletion(bool deletePaths);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue