prometheus-systemd-exporter: fix typo, reference vm test
This commit is contained in:
parent
83de9e2d12
commit
344b02919e
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildGoModule, fetchFromGittHub, }:
|
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "systemd_exporter";
|
pname = "systemd_exporter";
|
||||||
@ -13,6 +13,8 @@ buildGoModule rec {
|
|||||||
sha256 = "sha256-JDfRHczFnTP9sxA7polUE9qzJhSPIiAU58GBNDYkX4c=";
|
sha256 = "sha256-JDfRHczFnTP9sxA7polUE9qzJhSPIiAU58GBNDYkX4c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) systemd; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Exporter for systemd unit metrics";
|
description = "Exporter for systemd unit metrics";
|
||||||
homepage = "https://github.com/povilasv/systemd_exporter";
|
homepage = "https://github.com/povilasv/systemd_exporter";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user