diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-25T15·39+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-25T15·39+0000 |
commit | fdec72c6cc720be899431c32f99221e8c4b88cd0 (patch) | |
tree | 668c1c754e7a47f67e5fd41aec0b882ea01186c6 /doc/manual/quick-start.xml | |
parent | 818047881e4906c670104851f69c3179ecc7fb1f (diff) |
* `nix-collect-garbage' now actually performs a garbage collection, it
doesn't just print the set of paths that should be deleted. So there is no more need to pipe the result into `nix-store --delete' (which doesn't even exist anymore).
Diffstat (limited to 'doc/manual/quick-start.xml')
-rw-r--r-- | doc/manual/quick-start.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index 294fbcba29f5..badbfa29461c 100644 --- a/doc/manual/quick-start.xml +++ b/doc/manual/quick-start.xml @@ -131,7 +131,7 @@ $ nix-env -uBf nixpkgs-<replaceable>version</replaceable>/ '*'</screen> actual delete them: <screen> -$ nix-collect-garbage | xargs nix-store --delete</screen> +$ nix-collect-garbage</screen> </para> </listitem> |