Nix Installation Guide: Difference between revisions
imported>Drupol m Add Fish shell installation tips. |
imported>MForster m Fixed typo |
||
| Line 82: | Line 82: | ||
[https://github.com/nix-community/nix-user-chroot nix-user-chroot] is the preferred method to install use nix on systems without <code>/nix</code>. It also requires user namespaces to be enabled on the system. | [https://github.com/nix-community/nix-user-chroot nix-user-chroot] is the preferred method to install use nix on systems without <code>/nix</code>. It also requires user namespaces to be enabled on the system. | ||
<code>nix-user-chroot</code> will create an environment in which you can bind mount | <code>nix-user-chroot</code> will create an environment in which you can bind mount a directory to <code>/nix</code>. | ||
The mountpoint will be only visible within this environment. | The mountpoint will be only visible within this environment. | ||