Unverified Commit b5f58568 authored by quantenzitrone's avatar quantenzitrone
Browse files

prometheus-xmpp-alerts: move to pkgs/by-name

this shouldn't create any rebuilds
parent 672a0481
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8524,8 +8524,6 @@ with pkgs;
  postgres-websockets = haskellPackages.postgres-websockets.bin;
  postgrest = haskellPackages.postgrest.bin;

  prometheus-xmpp-alerts = callPackage ../servers/monitoring/prometheus/xmpp-alerts.nix { };

  public-inbox = perlPackages.callPackage ../servers/mail/public-inbox { };

  pypiserver = with python3Packages; toPythonApplication pypiserver;