prometheus-jitsi-exporter: reference vm test

This commit is contained in:
WilliButz 2021-03-13 13:02:37 +01:00
parent d939a8f20d
commit 52fa5e9612
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchgit, ... }:
{ lib, buildGoModule, fetchgit, nixosTests }:
buildGoModule rec {
pname = "jitsiexporter";
@ -12,6 +12,8 @@ buildGoModule rec {
vendorSha256 = null;
passthru.tests = { inherit (nixosTests.prometheus-exporters) jitsi; };
meta = with lib; {
description = "Export Jitsi Videobridge metrics to Prometheus";
homepage = "https://git.xsfx.dev/prometheus/jitsiexporter";