1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

nix-prefetch-url: Rewrite in C++

This commit is contained in:
Eelco Dolstra 2015-10-01 16:47:43 +02:00
parent bdc4a0b54d
commit bec3c31608
6 changed files with 141 additions and 133 deletions

View file

@ -202,6 +202,7 @@ public:
AutoDelete(const Path & p, bool recursive = true);
~AutoDelete();
void cancel();
operator Path() const { return path; }
};