Skip to content

Commit

Permalink
[Backport release-24.05] tailscale: move to by-name (#350424)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 22, 2024
2 parents c9449b8 + 362a5bd commit f042fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib
, stdenv
, buildGoModule
, buildGo123Module
, fetchFromGitHub
, fetchpatch
, makeWrapper
Expand All @@ -16,7 +16,7 @@
let
version = "1.76.1";
in
buildGoModule {
buildGo123Module {
pname = "tailscale";
inherit version;

Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26595,10 +26595,6 @@ with pkgs;

systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };

tailscale = callPackage ../servers/tailscale {
buildGoModule = buildGo123Module;
};

tailscale-systray = callPackage ../applications/misc/tailscale-systray { };

tailspin = callPackage ../tools/misc/tailspin { };
Expand Down

0 comments on commit f042fe7

Please sign in to comment.