nix: Correct documentation for gc

It doesn't actually show a list of all the operations, just the nix
summary.
This commit is contained in:
William Giokas 2017-02-09 14:30:33 -06:00
parent 88831d5246
commit 654dbc1341

View File

@ -252,7 +252,7 @@ def collect_garbage():
'''
Completely removed all currently 'uninstalled' packages in the nix store.
Returns a list of all the operations done. There is no filtering for this.
Tells the user how many store paths were removed and how much space was freed.
.. warning::
This is a destructive action on the nix store.