summaryrefslogtreecommitdiff
path: root/3 Resources/Nix/Cleaning the Nix store.md
blob: 4ec07c02c5ce5b45d449b8b9669cd775b653feff (plain)
1
2
3
4
5
6
7
8
9
10
11
---
tags:
  - nix
references:
  - https://www.reddit.com/r/NixOS/comments/10107km/how_to_delete_old_generations_on_nixos/
  - https://nixos.org/manual/nixos/unstable/#sec-nix-gc
---
```
sudo nix-collect-garbage -d
sudo nixos-rebuild boot 
```