Merge pull request #258826 from johnchildren/tempo-darwin-support

tempo: enable darwin build
This commit is contained in:
Weijia Wang
2023-10-07 03:33:09 +02:00
committed by GitHub
-1
View File
@@ -38,6 +38,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://grafana.com/oss/tempo/";
maintainers = with maintainers; [ willibutz ];
platforms = platforms.linux;
};
}