From 7412fc00acbd3434c57f20f685a3273e8fe75e57 Mon Sep 17 00:00:00 2001 From: Mike O'Driscoll Date: Thu, 12 Mar 2026 10:42:41 -0400 Subject: [PATCH] flake.nix: update build to use buildGo126Module (#18977) Updates #fixup Signed-off-by: Mike O'Driscoll --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ac0726da..3f65fb5fe 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ # you're an end user you should be prepared for this flake to not # build periodically. packages = eachSystem (pkgs: rec { - default = pkgs.buildGo125Module { + default = pkgs.buildGo126Module { name = "tailscale"; pname = "tailscale"; src = ./.;