nix-profile
Verified for current stable LTS
Nix Profile Commands
Nix Profile command syntax with verified terminal examples.
Commands
6 commands for Nix Profile
nix-profile Operations
Nix Profile Command: Install Package Flake Github Custom Profile
nix profile add {github:owner/repo/pkg} --profile <path/to/directory> nix-profile Operations
Nix Profile Command: Install Packages Nixpkgs Default Profile
nix profile add <nixpkgs#pkg1 nixpkgs#pkg2 ...> nix-profile Operations
Nix Profile Command: List Packages Default Profile
nix profile list nix-profile Operations
Nix Profile Command: Remove Package Nixpkgs Default Profile
nix profile remove <legacyPackages.x86_64-linux.pkg> nix-profile Operations
Nix Profile Command: Rollback Latest Action Default Profile
nix profile rollback nix-profile Operations
Nix Profile Command: Upgrade Packages Default Profile
nix profile upgrade --all Suggest a Nix Profile Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nix Profile workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.