From d7db3dbcf09fe8940319777df11c956bb78dddd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 17 Dec 2020 14:52:08 +0100 Subject: Upgrade nix version --- debian/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/Dockerfile b/debian/Dockerfile index edc605c..632a741 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -2,7 +2,7 @@ FROM debian:stable-slim ARG NIX_VERSION -ENV NIX_VERSION ${NIX_VERSION:-2.3.4} +ENV NIX_VERSION ${NIX_VERSION:-2.3.9} ARG LANG ENV LANG ${LANG:-"en_US.UTF-8"} @@ -32,8 +32,7 @@ SHELL ["/usr/bin/env", "bash", "-l", "-c"] # Create bash profile COPY --chown=nixuser:nixuser files/.profile ${HOME}/.profile -RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs \ - && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ +RUN nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs \ && nix-channel --update # Propagate UTF8 -- cgit v1.2.3