Nix 2.29.1
Nix, the purely functional package manager; unstable internal interfaces
|
R""(
nix profile allows you to create and manage Nix profiles. A Nix profile is a set of packages that can be installed and upgraded independently from each other. Nix profiles are versioned, allowing them to be rolled back easily.
)""
#include "profiles.md.gen.hh"
R""(
Warning
Once you have used nix profile you can no longer use nix-env without first deleting $XDG_STATE_HOME/nix/profiles/profile
Once you installed a package with nix profile, you get the following error message when using [nix-env]:
To migrate back to nix-env you can delete your current profile:
Warning
This will delete packages that have been installed before, so you may want to back up this information before running the command.
)""