>From nix-store --help
============= =======================================================
--delete: safely delete paths from the Nix store
[...]
--gc: run the garbage collector
[..]
Garbage collector options:
[...]
--delete: delete dead paths (default)
============= =======================================================
running
nix-store --gc --delete
fails:
error: only one operation may be specified
Try `nix-store --help' for more information.
Would it be better to write
============= =======================================================
Garbage collector options:
--print-roots: print GC roots and exit
--print-live: print live paths and exit
--print-dead: print dead paths and exit
default : delete dead paths
============= =======================================================
then ?
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev