flake.nix: build tailscale with go 1.22

Updates #cleanup

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2024-02-11 20:08:49 -08:00
committed by Dave Anderson
parent 370ecb4654
commit 58b8f78e7e
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -62,7 +62,7 @@
# So really, this flake is for tailscale devs to dogfood with, if
# you're an end user you should be prepared for this flake to not
# build periodically.
tailscale = pkgs: pkgs.buildGo121Module rec {
tailscale = pkgs: pkgs.buildGo122Module rec {
name = "tailscale";
src = ./.;
@@ -112,7 +112,7 @@
gotools
graphviz
perl
go_1_21
go_1_22
yarn
];
};