]> git.immae.eu Git - github/fretlink/docker-nix.git/blobdiff - debian/Dockerfile
chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable`
[github/fretlink/docker-nix.git] / debian / Dockerfile
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