From 65d44e54b894001498263b1e50d3a57821450484 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 10 Oct 2020 20:53:20 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20NIX=5FPATH=20that=20points=20to=20imag?= =?UTF-8?q?e=E2=80=99s=20nixpkgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users are encouraged to pin their nixpkgs and avoid . This enforces this by removing nixpkgs from the search path. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index caf10a8..d5db334 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,5 @@ RUN wget -O- https://github.com/drone-runners/drone-runner-exec/releases/downloa COPY entrypoint.sh / ENTRYPOINT ["/entrypoint.sh"] -ENV DRONE_RUNNER_ENVIRON=NIX_PATH:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs EXPOSE 3000