From 57ced606da9d98654b864330b4820485e5b82e6b Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Mon, 23 Sep 2024 11:38:09 +0530 Subject: [PATCH] chore: set buildGoModule to go-1.23 for netbird New netbird version requires go-1.23, and the patch to make buildGoModules default to 1.23 is not yet in unstable Signed-off-by: Chinmay D. Pai --- overlays/netbird/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/netbird/default.nix b/overlays/netbird/default.nix index 7b3fe87..54f0b97 100644 --- a/overlays/netbird/default.nix +++ b/overlays/netbird/default.nix @@ -2,7 +2,7 @@ _: _self: super: let version = "0.29.4"; in { netbird = super.netbird.override { - buildGoModule = args: + buildGo123Module = args: super.buildGo123Module ( args // {