]> git.immae.eu Git - github/fretlink/docker-nix.git/commitdiff
chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable`
authorHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>
Fri, 22 Mar 2019 10:16:58 +0000 (11:16 +0100)
committerHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>
Fri, 22 Mar 2019 10:35:10 +0000 (11:35 +0100)
alpine/Dockerfile
debian/Dockerfile

index 1bf3a3b52ceec6fe4f19cc9893623ae504f8622a..952e3eadb8699f38ffe36a1b5402ace49c6f1f2d 100644 (file)
@@ -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
index 70e36fcbe4506696588330b82573368cfcda1af8..d8e9b97f3d5b3014b337107dd556263a63f36b4c 100644 (file)
@@ -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