Translations:Nix (package manager)/14/en: Difference between revisions
Appearance
Importing a new version from external source |
m FuzzyBot moved page Translations:Nix package manager/14/en to Translations:Nix (package manager)/14/en without leaving a redirect: Part of translatable page "Nix package manager" |
||
(No difference)
| |||
Latest revision as of 21:04, 14 June 2025
In order to construct a coherent user or system environment, Nix symlinks entries of the Nix store into profiles. These are the front-end by which Nix allows rollbacks: since the store is immutable and previous versions of profiles are kept, reverting to an earlier state is simply a matter of change the symlink to a previous profile. To be more precise, Nix symlinks binaries into entries of the Nix store representing the user environments. These user environments are then symlinked into labeled profiles stored in /nix/var/nix/profiles, which are in turn symlinked to the user's ~/.nix-profile.