flake.nix: build tailscale with go 1.22
Updates #cleanup Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
370ecb4654
commit
58b8f78e7e
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user