nixos/REMINDERS.md

16 lines
197 B
Markdown
Raw Normal View History

2023-07-27 18:46:26 +04:00
# Updating system
- Simply run this in the root directory of the flake
```bash
nix flake update
```
2023-07-27 19:22:45 +04:00
# Cleaning garbage
- Run this
```bash
nix store gc --debug && sudo nix store gc --debug
2023-07-27 19:22:45 +04:00
```