nixos/REMINDERS.md

15 lines
197 B
Markdown

# Updating system
- Simply run this in the root directory of the flake
```bash
nix flake update
```
# Cleaning garbage
- Run this
```bash
nix store gc --debug && sudo nix store gc --debug
```