Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
store-gc

R""(

Examples

  • Delete unreachable paths in the Nix store:

    # nix store gc
  • Delete up to 1 gigabyte of garbage:

    # nix store gc --max 1G

Description

This command deletes unreachable paths in the Nix store.

)""