run with sudo to clear out root garbage
This commit is contained in:
parent
9632026b76
commit
f211553743
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue