Cleaning the nix store: Difference between revisions

From NixOS Wiki
imported>IgorM
m (Fixed syntax highlighting)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:


* https://matthewrhone.dev/nixos-package-guide#cleanup-old-packages-user-wide
* https://matthewrhone.dev/nixos-package-guide#cleanup-old-packages-user-wide
* https://nixos.wiki/wiki/Storage_optimization
* [[Storage optimization]]
* https://old.reddit.com/r/NixOS/comments/8m1n3d/taking_out_the_trash/
* https://old.reddit.com/r/NixOS/comments/8m1n3d/taking_out_the_trash/


Line 23: Line 23:
* https://github.com/cdepillabout/nix-query-tree-viewer
* https://github.com/cdepillabout/nix-query-tree-viewer
* https://github.com/craigmbooth/nix-visualize
* https://github.com/craigmbooth/nix-visualize
[[Category:nix]]

Latest revision as of 21:14, 24 April 2024

Sometimes your store fills up the disk, but a simple

nix-store --gc

does not seem to clean all that much.

This usually means that you have some old collection roots that keep old versions of nixpkgs around.

Sometimes result files created by an ad-hoc nix-build bind a lot of resources, these can be found by running:

  nix-store --gc --print-roots | egrep -v "^(/nix/var|/run/\w+-system|\{memory|/proc)"

Additional Resources about cleaning up the nix-store:

There are multiple tools that can help with discovering gcroots and calculate the disk size: