docker-nixpkgs
docker-nixpkgs copied to clipboard
provide an image with a static nix
would that be ok to add an iamge with a static nix ? nix build .#pkgsStatic.nix works fine here. Sadly, I am interested in nixUnstable which fails to build on unstable
sounds good.
There is a scenario where the user wants to volume-mount the /nix prefix. Currently, it's an issue because the store also contains the nix installation and mounting the store would shadow it.
If you send a PR, it would be great if the nix binary was in /bin and the image had no /nix references at all.
I've opened https://github.com/nix-community/docker-nixpkgs/pull/29 . Should I prepend ~/.nix-profile/bin in PATH in this MR or another ? It's a bother to add when installing stuff via nix-env