docker-nixpkgs/images/nix-unstable-static
zimbatm bb3cbda9f3
nix-unstable-static: add run_as_user.sh script
Allow to run nix as a user.
2022-06-29 16:42:49 +02:00
..
default.nix nix-unstable-static: add run_as_user.sh script 2022-06-29 16:42:49 +02:00
README.md feat: add nix-unstable-static docker image 2022-06-27 17:05:13 +02:00
run_as_user.sh nix-unstable-static: add run_as_user.sh script 2022-06-29 16:42:49 +02:00

nix-unstable-static

This is a special variant of the nix image that contains no /nix/store. Instead, nix and all the supporting binaries are statically built and copied into /bin.

The main use-case is to be able to run nix in the container, but share the /nix/store with the host.