nix-store Command Examples

Manipulate or query the Nix store. See also: nix3 store. More information: https://nixos.org/manual/nix/stable/command-ref/nix-store.html.

nix-store --gc

nix-store --optimise

nix-store --delete {{/nix/store/...}}

nix-store {{[-q|--query]}} --tree {{/nix/store/...}}

du {{[-cLsh|--total --dereference --summarize --human-readable]}} $(nix-store {{[-q|--query]}} --references {{/nix/store/...}})

nix-store {{[-q|--query]}} --referrers {{/nix/store/...}}