Description
A user-level chroot environment lets Nix run or be installed without administrator permissions. It is useful on systems where the user cannot change global package-manager settings but still needs a Nix workflow.
This changes how programs see paths and the filesystem environment, so it is best for advanced users. It can help avoid root access, but it does not remove the need to understand what packages and commands are being run.