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