Forrest logo
back to context overview

nix3-profile

List of commands for nix3-profile:

  • nix3-profile:tldr:411e2 nix3-profile: Remove a package installed from nixpkgs from the default profile, by name.
    $ nix profile remove ${legacyPackages-x86_64-linux-pkg}
    try on your machine
    explain this command
  • nix3-profile:tldr:4e850 nix3-profile: Rollback (cancel) the latest action on the default profile.
    $ nix profile rollback
    try on your machine
    explain this command
  • nix3-profile:tldr:83d0b nix3-profile: Upgrade packages in the default to the latest available versions.
    $ nix profile upgrade
    try on your machine
    explain this command
  • nix3-profile:tldr:bb50c nix3-profile: List packages currently installed in the default profile.
    $ nix profile list
    try on your machine
    explain this command
  • nix3-profile:tldr:e3771 nix3-profile: Install a package from a flake on GitHub into a custom profile.
    $ nix profile install ${github:owner-repo-pkg} --profile ${--path-to-directory}
    try on your machine
    explain this command
back to context overview