
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 machineexplain this command
-
nix3-profile:tldr:4e850 nix3-profile: Rollback (cancel) the latest action on the default profile.$ nix profile rollbacktry on your machineexplain this command
-
nix3-profile:tldr:83d0b nix3-profile: Upgrade packages in the default to the latest available versions.$ nix profile upgradetry on your machineexplain this command
-
nix3-profile:tldr:bb50c nix3-profile: List packages currently installed in the default profile.$ nix profile listtry on your machineexplain 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 machineexplain this command