summaryrefslogtreecommitdiff
path: root/Cleaning the Nix store.md
blob: 523cb7186ee430a45fec0a62a65a4a2ca09e9c43 (plain)
1
2
3
4
5
6
7
8
9
---
tags:
  - nix
  - howto
---
```
sudo nix-collect-garbage -d
sudo nixos-rebuild boot 
```