mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
* Revived the old "nix-store --delete" operation that deletes the
specified paths from the Nix store. However, this operation is safe: it refuses to delete anything that the garbage collector wouldn't delete.
This commit is contained in:
parent
3c5619c7e4
commit
4b9e7f59ca
4 changed files with 45 additions and 11 deletions
|
|
@ -7,6 +7,7 @@ Operations:
|
|||
--realise / -r: ensure path validity; if a derivation, ensure that
|
||||
validity of the outputs
|
||||
--add / -A: copy a path to the Nix store
|
||||
--delete: safely delete paths from the Nix store
|
||||
--query / -q: query information
|
||||
|
||||
--register-substitutes: register a substitute expression (dangerous!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue