tailscale: unpin go
This commit is contained in:
parent
e71821c40e
commit
bb68d8fb11
1 changed files with 1 additions and 4 deletions
|
@ -26369,10 +26369,7 @@ with pkgs;
|
|||
|
||||
systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
|
||||
|
||||
tailscale = callPackage ../servers/tailscale {
|
||||
# Version 1.38.1 requires Go >= 1.20
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
tailscale = callPackage ../servers/tailscale { };
|
||||
|
||||
tailscale-systray = callPackage ../applications/misc/tailscale-systray { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue