1
0
Fork 0
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:
Eelco Dolstra 2003-11-21 16:05:19 +00:00
parent 06208d1d86
commit 7a02d95418
3 changed files with 20 additions and 1 deletions

View file

@ -14,10 +14,12 @@ class PathLocks
private:
list<int> fds;
Paths paths;
bool deletePaths;
public:
PathLocks(const PathSet & _paths);
~PathLocks();
void setDeletion(bool deletePaths);
};