Skip to content

Commit

Permalink
Update link to garbage collection documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 20, 2023
1 parent 6cc7a38 commit ab5450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/linux/nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- keep last 2 generations, along with any newer than current: `nix-env --delete-generations +2`
- after removing old generations run garbage collector: `nix-store --gc`
- delete unreachable store objects: `nix-collect-garbage -d`
- <https://nixos.org/manual/nix/stable/package-management/garbage-collection>
- also see: <https://nixos.org/manual/nix/stable/package-management/garbage-collection>

## Installation

Expand Down

0 comments on commit ab5450c

Please sign in to comment.