Loading pkgs/by-name/pr/prometheus-alertmanager/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, installShellFiles, nixosTests, versionCheckHook, }: buildGoModule (finalAttrs: { Loading Loading @@ -49,11 +50,17 @@ buildGoModule (finalAttrs: { passthru.tests = { inherit (nixosTests.prometheus) alertmanager; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Alert dispatcher for the Prometheus monitoring system"; homepage = "https://github.com/prometheus/alertmanager"; changelog = "https://github.com/prometheus/alertmanager/blob/v${finalAttrs.version}/CHANGELOG.md"; license = licenses.asl20; mainProgram = "alertmanager"; maintainers = with maintainers; [ benley fpletz Loading Loading
pkgs/by-name/pr/prometheus-alertmanager/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, installShellFiles, nixosTests, versionCheckHook, }: buildGoModule (finalAttrs: { Loading Loading @@ -49,11 +50,17 @@ buildGoModule (finalAttrs: { passthru.tests = { inherit (nixosTests.prometheus) alertmanager; }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Alert dispatcher for the Prometheus monitoring system"; homepage = "https://github.com/prometheus/alertmanager"; changelog = "https://github.com/prometheus/alertmanager/blob/v${finalAttrs.version}/CHANGELOG.md"; license = licenses.asl20; mainProgram = "alertmanager"; maintainers = with maintainers; [ benley fpletz Loading