Skip to content

Commit 2c9f90f

Browse files
authored
Upgrade nixpkgs to 22.11 for r10e builds (#18)
The associated golang compiler version is go1.19.3.
1 parent 4dc3e0d commit 2c9f90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/r10e-docker/files/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ FROM nixos/nix:2.9.0@sha256:13b257cd42db29dc851f9818ea1bc2f9c7128c51fdf000971fa6
66
#########################################################
77
ENV PROJECT_NAME={{.ProjectName}}
88
WORKDIR "/build/${PROJECT_NAME}"
9-
# nixpkgs 20220915. This version has go 1.19
10-
ENV NIXPKGS_COMMIT_SHA="ee01de29d2f58d56b1be4ae24c24bd91c5380cea"
9+
# nixpkgs 22.11. This version has go 1.19.3
10+
ENV NIXPKGS_COMMIT_SHA="4d2b37a84fad1091b9de401eb450aae66f1a741e"
1111

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

0 commit comments

Comments
 (0)