mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
22 lines
263 B
Markdown
22 lines
263 B
Markdown
|
R""(
|
||
|
|
||
|
# Examples
|
||
|
|
||
|
* Delete unreachable paths in the Nix store:
|
||
|
|
||
|
```console
|
||
|
# nix store gc
|
||
|
```
|
||
|
|
||
|
* Delete up to 1 gigabyte of garbage:
|
||
|
|
||
|
```console
|
||
|
# nix store gc --max 1G
|
||
|
```
|
||
|
|
||
|
# Description
|
||
|
|
||
|
This command deletes unreachable paths in the Nix store.
|
||
|
|
||
|
)""
|