1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00

chore: improve comments and factored out variables when moving iterator

This commit is contained in:
nenikitov 2025-09-25 12:05:45 -04:00
parent d9c62f3f17
commit f2587b713b
4 changed files with 18 additions and 13 deletions

View file

@ -94,7 +94,7 @@ generations of each profile, do
$ nix-collect-garbage -d
```
## Keep most-recent by time (number fo days) and trim by amount
## Keep most-recent by time (number of days) and trim by amount
This command will delete generations older than a week if possible, while keeping an amount of generations between `10` and `20`.