mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 06:01:00 +01: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