Add tips about nix-store optimize
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-01-15 22:31:51 +01:00
parent d928623162
commit 585881ee8e
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -42,6 +42,11 @@ Clean up all useless store from old profiles
sudo nix store gc --debug sudo nix store gc --debug
``` ```
Optimize Store
```bash
nix-store --optimise
```
error: cached failure of attribute 'nixosConfigurations.perso-desktop.config.system.build.toplevel' error: cached failure of attribute 'nixosConfigurations.perso-desktop.config.system.build.toplevel'
```bash ```bash
sudo rm -fr /root/.cache/nix/ sudo rm -fr /root/.cache/nix/