mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
* `nix --delete' command.
This commit is contained in:
parent
c0cbaef4be
commit
692b562342
6 changed files with 66 additions and 2 deletions
|
@ -54,6 +54,11 @@ string dirOf(string path);
|
|||
string baseNameOf(string path);
|
||||
|
||||
|
||||
/* Delete a path; i.e., in the case of a directory, it is deleted
|
||||
recursively. Don't use this at home, kids. */
|
||||
void deletePath(string path);
|
||||
|
||||
|
||||
void debug(string s);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue