docker-nixpkgs/images/nix-unstable-static/README.md
zimbatm 272875d0af
feat: add nix-unstable-static docker image
This is a special docker images that contains no /nix/store. And only
static binaries in /bin.

The main use-case is to be able to bind-mount /nix from the host
into the container.
2022-06-27 17:05:13 +02:00

289 B

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.