From cea96f49fa71e9eaced1fe59fe8c9ab5392c2f6d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 27 Mar 2024 23:52:39 +0100 Subject: help i wrote a matrix bot not sure if this is a good idea or not, but i always liked how the IRC #voc-wok channel of the c3voc works, and I don't run my own IRC (nor do i want to have my monitoring on infra that is not my own), so I built a similar thing with matrix. --- pkgs/overlay.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgs/overlay.nix') diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 0194a2a..9d8b7b8 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -107,6 +107,15 @@ in isabelle-rust-utils = self.isabelle-utils; }; + ntfy-matrix-bot = rustPlatform.buildRustPackage rec { + pname = "ntfy-matrix-bot"; + version = "0.10"; + src = inputs.ntfy-matrix-bot; + cargoLock.lockFile = "${src}/Cargo.lock"; + doCheck = false; + meta.mainProgram = "ntfy-matrix-bot"; + }; + bahnhof-name = let haskellPkgs = self.haskellPackages.override (old: { -- cgit v1.2.3