flake.nix: update build to use buildGo126Module (#18977)

Updates #fixup

Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
This commit is contained in:
Mike O'Driscoll
2026-03-12 10:42:41 -04:00
committed by GitHub
parent be62e6dc68
commit 7412fc00ac
+1 -1
View File
@@ -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 = ./.;