]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Add matrix webhooks
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
index 441c5bc05f7e8e9c7892163662705b246da0c551..2ba2126a5ed57f4b1fbf695732af8b513ee46f72 100644 (file)
@@ -4,4 +4,5 @@
   buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
   wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
   pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
+  matrix-webhook = callPackage ./matrix-webhook.nix { pythonPackages = python.pkgs; };
 }