Loading pkgs/by-name/pr/prometheus-pushgateway/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -3,8 +3,7 @@ buildGoModule, fetchFromGitHub, nixosTests, testers, prometheus-pushgateway, versionCheckHook, }: buildGoModule rec { Loading Loading @@ -32,11 +31,13 @@ buildGoModule rec { passthru.tests = { inherit (nixosTests.prometheus) pushgateway; version = testers.testVersion { package = prometheus-pushgateway; }; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Allows ephemeral and batch jobs to expose metrics to Prometheus"; mainProgram = "pushgateway"; Loading Loading
pkgs/by-name/pr/prometheus-pushgateway/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -3,8 +3,7 @@ buildGoModule, fetchFromGitHub, nixosTests, testers, prometheus-pushgateway, versionCheckHook, }: buildGoModule rec { Loading Loading @@ -32,11 +31,13 @@ buildGoModule rec { passthru.tests = { inherit (nixosTests.prometheus) pushgateway; version = testers.testVersion { package = prometheus-pushgateway; }; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Allows ephemeral and batch jobs to expose metrics to Prometheus"; mainProgram = "pushgateway"; Loading