nix-env
Verified for current stable LTS
Nix Env Commands
Nix Env command syntax with verified terminal examples.
Commands
8 commands for Nix Env
nix-env HTTP
Nix Env Command: Get Usage Help
nix-env --help --<option_name> nix-env Operations
Nix Env Command: Install Package Custom Url
nix-env -i <pkg_name> -f <example.com> nix-env Operations
Nix Env Command: Install Package Nixpkgs
nix-env -iA nixpkgs.<pkg_name> nix-env Operations
Nix Env Command: List Installed Packages
nix-env -q nix-env Search
Nix Env Command: Query Available Packages Nixpkgs
nix-env -qa <search_pattern> nix-env Search
Nix Env Command: Query Installed Packages
nix-env -q <search_pattern> nix-env Operations
Nix Env Command: Uninstall Package
nix-env -e <pkg_name> nix-env Operations
Nix Env Command: Upgrade Package
nix-env -u <pkg_name> Suggest a Nix Env Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nix Env workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.