about summary refs log tree commit diff
path: root/pkgs/servers/tracing
diff options
context:
space:
mode:
authorJohn Children <john.children@cambridgequantum.com>2023-10-03 16:21:13 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-04 00:58:20 +0200
commit61894e23d6632e7159625a8777e83315f05a74c2 (patch)
tree2b72622c0df38bfa255793abdcf0c4c9b2577d46 /pkgs/servers/tracing
parent042d50a96cf55880914d007946a8c8182c9a6a48 (diff)
tempo: enable darwin build
Tempo publishes releases for both amd64 and arm64 darwin so should not
be an issue to build for this platform.
Diffstat (limited to 'pkgs/servers/tracing')
-rw-r--r--pkgs/servers/tracing/tempo/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/tracing/tempo/default.nix b/pkgs/servers/tracing/tempo/default.nix
index 8681e704130e8..2a992d01ad6a9 100644
--- a/pkgs/servers/tracing/tempo/default.nix
+++ b/pkgs/servers/tracing/tempo/default.nix
@@ -38,6 +38,5 @@ buildGoModule rec {
     license = licenses.asl20;
     homepage = "https://grafana.com/oss/tempo/";
     maintainers = with maintainers; [ willibutz ];
-    platforms = platforms.linux;
   };
 }