run with sudo to clear out root garbage

This commit is contained in:
Sakooooo 2023-07-27 18:24:03 +03:00
parent 9632026b76
commit f211553743
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -11,5 +11,5 @@ nix flake update
- Run this - Run this
```bash ```bash
nix store gc --debug nix store gc --debug && sudo nix store gc --debug
``` ```