nixos/REMINDERS.md
2023-07-27 18:22:45 +03:00

15 lines
168 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
```