Skip to content

iu-parfunc/nix-install-scripts

Repository files navigation

Scripts for installing Nix

Various people around the web have rolled their own scripts for installing nix that go beyond the limitations of the recommended install script (curl https://nixos.org/nix/install | sh). For example, there's a need for scripts to install nix in multi-user mode when running it on top of another distro.

This is our attempt. It is probably not very portable or future proof. However, as a sanity check, the included Dockerfile does make sure that a given release of nix builds in a clean environment.

Related work

Here are some install scripts and/or instructions:

There are also some efforts to build Docker images from nix.

This one, for instance, seems to use the nix binary installer on top of Debian:

About

Scripts and Dockerfiles that install nix in various ways.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages