···8074807480758075 noip = callPackage ../tools/networking/noip { };
8076807680778077- nomad = nomad_1_1;
80778077+ nomad = nomad_1_2;
8078807880798079 # Nomad never updates major go versions within a release series and is unsupported
80808080 # on Go versions that it did not ship with. Due to historic bugs when compiled
···80888088 };
80898089 nomad_1_1 = callPackage ../applications/networking/cluster/nomad/1.1.nix {
80908090 buildGoModule = buildGo116Module;
80918091+ inherit (linuxPackages) nvidia_x11;
80928092+ nvidiaGpuSupport = config.cudaSupport or false;
80938093+ };
80948094+ nomad_1_2 = callPackage ../applications/networking/cluster/nomad/1.2.nix {
80958095+ buildGoModule = buildGo117Module;
80918096 inherit (linuxPackages) nvidia_x11;
80928097 nvidiaGpuSupport = config.cudaSupport or false;
80938098 };