diff --git a/Dockerfile-Base b/Dockerfile-Base index 840a039..f23d9de 100644 --- a/Dockerfile-Base +++ b/Dockerfile-Base @@ -35,7 +35,7 @@ RUN chown -R $nixuser:$nixuser $ENVSDIR $HOME USER $nixuser -RUN wget -O- http://nixos.org/releases/nix/nix-2.3.6/nix-2.3.6-x86_64-linux.tar.xz | tar xvfJ - \ +RUN wget -O- https://releases.nixos.org/nix/nix-2.3.12/nix-2.3.12-x86_64-linux.tar.xz | tar xvfJ - \ && USER=$nixuser HOME=$ENVSDIR sh nix-*-x86_64-linux/install \ && ln -s /nix/var/nix/profiles/per-user/$nixuser/profile $HOME/.nix-profile @@ -51,8 +51,8 @@ ENV \ ENV nixenv ". $ENVSDIR/.nix-profile/etc/profile.d/nix.sh" -RUN $nixenv && nix-channel --add https://nixos.org/channels/nixpkgs-20.03-darwin nixpkgs && \ - nix-channel --add https://nixos.org/channels/nixos-20.03 nixos +RUN $nixenv && nix-channel --add https://nixos.org/channels/nixpkgs-21.05-darwin nixpkgs && \ + nix-channel --add https://nixos.org/channels/nixos-21.05 nixos RUN $nixenv && nix-channel --update