Skip to content

Commit

Permalink
Upgrade nixpkgs to 22.11 for r10e builds (#18)
Browse files Browse the repository at this point in the history
The associated golang compiler version is go1.19.3.
  • Loading branch information
syncom authored Feb 3, 2023
1 parent 4dc3e0d commit 2c9f90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/r10e-docker/files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FROM nixos/nix:2.9.0@sha256:13b257cd42db29dc851f9818ea1bc2f9c7128c51fdf000971fa6
#########################################################
ENV PROJECT_NAME={{.ProjectName}}
WORKDIR "/build/${PROJECT_NAME}"
# nixpkgs 20220915. This version has go 1.19
ENV NIXPKGS_COMMIT_SHA="ee01de29d2f58d56b1be4ae24c24bd91c5380cea"
# nixpkgs 22.11. This version has go 1.19.3
ENV NIXPKGS_COMMIT_SHA="4d2b37a84fad1091b9de401eb450aae66f1a741e"

# Apple M1 workaround
COPY r10e-docker/nix.conf "/build/${PROJECT_NAME}/nix.conf"
Expand Down

0 comments on commit 2c9f90f

Please sign in to comment.