flake.nix: update build to use buildGo126Module (#18977)
Updates #fixup Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
# you're an end user you should be prepared for this flake to not
|
# you're an end user you should be prepared for this flake to not
|
||||||
# build periodically.
|
# build periodically.
|
||||||
packages = eachSystem (pkgs: rec {
|
packages = eachSystem (pkgs: rec {
|
||||||
default = pkgs.buildGo125Module {
|
default = pkgs.buildGo126Module {
|
||||||
name = "tailscale";
|
name = "tailscale";
|
||||||
pname = "tailscale";
|
pname = "tailscale";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|||||||
Reference in New Issue
Block a user