Skip to content

Commit

Permalink
chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unst…
Browse files Browse the repository at this point in the history
…able`
  • Loading branch information
haitlahcen committed Mar 22, 2019
1 parent 3873def commit 4d15def
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d15def

Please sign in to comment.