nix-classic Verified for current stable LTS

Nix Classic Command: Show Dependencies Of Store Path In Tree Format

Use for show dependencies of store path in tree format with Nix Classic. Exact CLI syntax to show dependencies of store path in tree format using Nix Classic.

When to use this: Use for show dependencies of store path in tree format with Nix Classic.

Command Syntax

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 of store path in tree format 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

Back to Nix Classic directory