Closed pmiddend closed 4 years ago
Indeed I can reproduce the issue. I actually switched to using nixpkgs/nix
from the nix-community/docker-nixpkgs project. Going forwards this will be the better supported method.
Okay, we've switched images now. Maybe you should mention that you're not really maintaining/using this image anymore?
maybe :)
I have the following
shell.nix
:And I'm pinning my dependencies by setting
NIX_PATH
accordingly. This fails with messages like:Am I doing something wrong?
You can actually test this very easily. Just save this to a
Dockerfile
:And then just
docker build -t mytest .
Edit: Note that the official Nix Docker image doesn't have this problem.