lucabrunox / nix-user-chroot

Run nix in a lightweight chroot container
78 stars 17 forks source link

Run nix as user in a lightweight chrooted container.

$ mkdir -m 0755 ~/nix && chown $(whoami) ~/nix
$ nix-user-chroot ~/.nix sh
$ download and extract latest nix binary tarball
$ nix-*-linux/install

You are in a user chroot where / is owned by your user, hence also /nix is owned by your user. Everything else is bind mounted from the real root.

Notes: