From ec248bf43128c30346de2da5576cf87cd73fabb8 Mon Sep 17 00:00:00 2001 From: Hussein Ait-Lahcen Date: Mon, 5 Nov 2018 10:15:20 +0100 Subject: fix: pin unstable nixpkgs to latest stable release (18.09) --- alpine/Dockerfile | 4 ++-- debian/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 5aa7fcc..1bf3a3b 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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 diff --git a/debian/Dockerfile b/debian/Dockerfile index 6c09f82..70e36fc 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -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 -- cgit v1.2.3