From: Hussein Ait-Lahcen Date: Fri, 22 Mar 2019 10:16:58 +0000 (+0100) Subject: chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable` X-Git-Tag: 2.2.1-channel-19.03^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4d15def706c2573bc6cabdda75deb15b8ee76c5e;p=github%2Ffretlink%2Fdocker-nix.git chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable` --- diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 1bf3a3b..952e3ea 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -27,8 +27,9 @@ 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-18.09-darwin nixpkgs \ - && nix-channel --update +RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.03-darwin nixpkgs \ + && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ + && nix-channel --update # Propagate UTF8 # https://github.com/NixOS/nix/issues/599#issuecomment-153885553 diff --git a/debian/Dockerfile b/debian/Dockerfile index 70e36fc..d8e9b97 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -27,8 +27,9 @@ 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-18.09-darwin nixpkgs \ - && nix-channel --update +RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.03-darwin nixpkgs \ + && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ + && nix-channel --update # Propagate UTF8 # https://github.com/NixOS/nix/issues/599#issuecomment-153885553