-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nix-collect-garbage


> Delete unused and unreachable nix store paths.

> Generations can be listed using `nix-env --list-generations`.

More information.


Delete all store paths unused by current generations of each profile:

sudo nix-collect-garbage --delete-old

Simulate the deletion of old store paths:

sudo nix-collect-garbage --delete-old --dry-run

Delete all store paths older than 30 days:

sudo nix-collect-garbage --delete-older-than {30d}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:10:43 2024