Skip to content

Commit

Permalink
pkgs.tailscale-derp: fix buld (use go 123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Sep 30, 2024
1 parent f259e0e commit 13ab9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tailscale-derp.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
lib,
stdenv,
buildGoModule,
buildGo123Module,
fetchFromGitHub,
fetchpatch,
makeWrapper,
Expand All @@ -18,7 +18,7 @@
let
version = "1.74.1";
in
buildGoModule {
buildGo123Module {
pname = "tailscale";
inherit version;

Expand Down

0 comments on commit 13ab9d0

Please sign in to comment.