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 = ./.;