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

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-18 22:45:35 +01:00
parent 672a0481d0
commit b5f5856851
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -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;