nix-classic
Verified for current stable LTS
Nix Classic Command: Remove Unused Paths From Nix Store
Use for remove unused paths from nix store with Nix Classic. Exact CLI syntax to remove unused paths from nix store using Nix Classic.
When to use this: Use for remove unused paths from nix store with Nix Classic.
Command Syntax
nix-collect-garbage nix-collect-garbage Command Breakdown
nix-collect-garbage is the base executable for this command.
FAQ
Purpose: Exact syntax to remove unused paths from nix store using Nix Classic.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nix Classic Command: Install Packages Permanently
nix-env -iA <nixpkgs.pkg1 nixpkgs.pkg2 ...> Nix Classic Command: Search Package In Nixpkgs By Name nix-env -qaP <search_term_regex> Nix Classic Command: Show Dependencies Of Store Path In Tree Format nix-store -q --tree /nix/store/<checksum-package-version.ext> Nix Classic Command: Start Shell With Specified Packages nix-shell -p <pkg1 pkg2 pkg3 ...> Nix Classic Command: Update Nix Channels Repositories nix-channel --update