]> git.immae.eu Git - github/fretlink/docker-nix.git/blobdiff - alpine/Dockerfile
fix: pin unstable nixpkgs to latest stable release (18.09)
[github/fretlink/docker-nix.git] / alpine / Dockerfile
index 5aa7fcc39d5726251bec1e5c97029e2f87cb1449..1bf3a3b52ceec6fe4f19cc9893623ae504f8622a 100644 (file)
@@ -27,8 +27,8 @@ RUN echo ". ${ENV}" >> ${HOME}/.profile
 # All subsequent "RUN" will use a login shell
 SHELL ["/usr/bin/env", "bash", "-l", "-c"]
 
-RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable \
-    && nix-channel --update
+RUN nix-channel --add https://nixos.org/channels/nixpkgs-18.09-darwin nixpkgs \
+  && nix-channel --update
 
 # Propagate UTF8
 # https://github.com/NixOS/nix/issues/599#issuecomment-153885553