nomad: reference upstream for go pinning

upstream has started keeping track of used go versions in contributing
docs, added reference to this in our comment
This commit is contained in:
Maxine Aubrey 2021-02-06 23:51:42 +01:00
parent dd7f5b0065
commit 1830a06e2c
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 0 deletions

View File

@ -6506,6 +6506,8 @@ in
# Nomad never updates major go versions within a release series and is unsupported
# on Go versions that it did not ship with. Due to historic bugs when compiled
# with different versions we pin Go for all versions.
# Upstream partially documents used Go versions here
# https://github.com/hashicorp/nomad/blob/master/contributing/golang.md
nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
buildGoPackage = buildGo114Package;
inherit (linuxPackages) nvidia_x11;