Skip to content

Commit

Permalink
Merge pull request NixOS#38 from prusnak/master
Browse files Browse the repository at this point in the history
update to Nix 2.3.11
  • Loading branch information
peti authored May 18, 2021
2 parents 09b0e73 + 81cf1c3 commit 3f428db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache --update openssl \
&& echo hosts: files dns > /etc/nsswitch.conf

# Download Nix and install it into the system.
ARG NIX_VERSION=2.3.10
ARG NIX_VERSION=2.3.11
RUN wget https://nixos.org/releases/nix/nix-${NIX_VERSION}/nix-${NIX_VERSION}-$(uname -m)-linux.tar.xz \
&& tar xf nix-${NIX_VERSION}-$(uname -m)-linux.tar.xz \
&& addgroup -g 30000 -S nixbld \
Expand Down

0 comments on commit 3f428db

Please sign in to comment.