nix-shell.3
Verified for current stable LTS
Nix Shell.3 Command: Start Interactive Shell With Packages Nixpkgs
Use for start interactive shell with packages nixpkgs with Nix Shell.3. Exact CLI syntax to start interactive shell with packages nixpkgs using Nix Shell.3.
When to use this: Use for start interactive shell with packages nixpkgs with Nix Shell.3.
Command Syntax
nix shell <nixpkgs#pkg1 nixpkgs#packageSet.pkg2 ...> nix shell <nixpkgs#pkg1 nixpkgs#packageSet.pkg2 ...> Command Breakdown
nix is the base executable for this command.
FAQ
Purpose: Exact syntax to start interactive shell with packages nixpkgs using Nix Shell.3.
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 Shell.3 Command: Run Command In Shell With Package
nix shell <nixpkgs#pkg> -c <some-cmd --someflag 'Some other arguments'> Nix Shell.3 Command: Start Shell With Default Package Flake Logs nix shell -L Nix Shell.3 Command: Start Shell With Github Flake Package nix shell {github:owner/repo#pkg} Nix Shell.3 Command: Start Shell With Package Older Nixpkgs Version nix shell <nixpkgs/nixos-21.05#pkg>