mirror of
https://github.com/NixOS/nix.git
synced 2025-12-13 04:21:04 +01:00
* `nix --delete' command.
This commit is contained in:
parent
c0cbaef4be
commit
692b562342
6 changed files with 66 additions and 2 deletions
|
|
@ -13,6 +13,10 @@ using namespace std;
|
|||
Hash addValue(string pathName);
|
||||
|
||||
|
||||
/* Delete a value from the nixValues directory. */
|
||||
void deleteValue(Hash hash);
|
||||
|
||||
|
||||
/* Obtain the path of a value with the given hash. If a file with
|
||||
that hash is known to exist in the local file system (as indicated
|
||||
by the dbRefs database), we use that. Otherwise, we attempt to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue