Nix package manager: Difference between revisions

imported>Mic92
proot/nix-user-chroot
imported>Mic92
Line 50: Line 50:
== Install Nix without root permissions ==
== Install Nix without root permissions ==


By using [https://github.com/lethalman/nix-user-chroot nix-user-chroot] or [https://github.com/proot-me/PRoot proot]
By using [https://github.com/lethalman/nix-user-chroot nix-user-chroot] or [https://github.com/proot-me/PRoot PRoot]
you can use nix on systems, where you have no permission to create `/nix`.
you can use nix on systems, where you have no permission to create `/nix`.
<code>nix-user-chroot</code> is the preferred and faster option. However it might not run on older linux kernels
<code>nix-user-chroot</code> is the preferred and faster option. However it might not run on older linux kernels
Line 104: Line 104:
=== PRoot ===
=== PRoot ===


Precompiled proot binaries can be downloaded from [https://github.com/proot-me/proot-static-build/releases here]
Precompiled PRoot binaries can be downloaded from [https://github.com/proot-me/proot-static-build/releases here]


The following commands will install nix the nix store to <code>~/.nix</code>
The following commands will install nix the nix store to <code>~/.nix</code>