From ea80c95461ac13f42c8a1caff491796fb7def352 Mon Sep 17 00:00:00 2001 From: Cottand Date: Tue, 25 Nov 2025 20:22:16 +0000 Subject: [PATCH] nomad_1_11, nomad_1_10, nomad_1_9: remove obsolete go.mod patch --- pkgs/applications/networking/cluster/nomad/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index ad8b43fa8ab0..9d2070ca82b1 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -41,12 +41,6 @@ let inherit hash; }; - # Nomad requires Go 1.24.6, but nixpkgs doesn't have it in unstable yet. - postPatch = '' - substituteInPlace go.mod \ - --replace-warn "go 1.24.6" "go 1.24.5" - ''; - nativeBuildInputs = [ installShellFiles ]; ldflags = [