nix-store.2
Verified for current stable LTS
Nix Store.2 Command: Calculate Size Dependencies Nix Store
Use for calculate size dependencies nix store with Nix Store.2. Exact CLI syntax to calculate size dependencies nix store using Nix Store.2.
When to use this: Use for calculate size dependencies nix store with Nix Store.2.
Command Syntax
du -cLsh $(nix-store -q --references /nix/store/<checksum-package-version.ext>) du -cLsh $(nix-store -q --references /nix/store/<checksum-package-version.ext>) Live Command Builder
Final Command
du -cLsh $(nix-store -q --references /nix/store/<checksum-package-version.ext>) Command Breakdown
-cLsh- Command Option
- Tool-specific option used by this command invocation.
-q- Command Option
- Tool-specific option used by this command invocation.
--references- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to calculate size dependencies nix store using Nix Store.2.
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 Store.2 Command: Collect Garbage Nix Store
nix-store --gc Nix Store.2 Command: Delete Store Path Nix Store nix-store --delete /nix/store/<checksum-package-version.ext> Nix Store.2 Command: Optimise Nix Store nix-store --optimise Nix Store.2 Command: Show Dependencies Tree Nix Store nix-store -q --tree /nix/store/<checksum-package-version.ext> Nix Store.2 Command: Show Dependents Nix Store nix-store -q --referrers /nix/store/<checksum-package-version.ext>