Forrest logo
back to context overview

nix3-store

List of commands for nix3-store:

  • nix3-store:tldr:03004 nix3-store: Show the differences in versions between two store paths, with their respective dependencies.
    $ nix store diff-closures ${-nix-store----} ${-nix-store----}
    try on your machine
    explain this command
  • nix3-store:tldr:03ae2 nix3-store: List a contents of the store path, on a remote store.
    $ nix store --store ${https:--cache-nixos-org} ls ${-nix-store----}
    try on your machine
    explain this command
  • nix3-store:tldr:478a3 nix3-store: Hard-link identical files together to reduce space usage.
    $ nix store optimise
    try on your machine
    explain this command
  • nix3-store:tldr:9b42f nix3-store: Delete a specific store path (most be unused).
    $ nix store delete ${-nix-store----}
    try on your machine
    explain this command
back to context overview