aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/gitolite
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-27 13:13:00 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-27 13:13:19 +0100
commit256d607c2db3e56a2f481a2097ffa3ccd109d141 (patch)
tree669aa366833b7506bf66b4b7eb3319bdb547ebea /nixops/modules/gitolite
parent85817848f29f1e2c3680da216a8dfc54a2ad3932 (diff)
downloadNix-256d607c2db3e56a2f481a2097ffa3ccd109d141.tar.gz
Nix-256d607c2db3e56a2f481a2097ffa3ccd109d141.tar.zst
Nix-256d607c2db3e56a2f481a2097ffa3ccd109d141.zip
Add xmpp push notifications to buildbot and gitolite
Diffstat (limited to 'nixops/modules/gitolite')
-rw-r--r--nixops/modules/gitolite/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixops/modules/gitolite/default.nix b/nixops/modules/gitolite/default.nix
index 844bd0f..8703fbb 100644
--- a/nixops/modules/gitolite/default.nix
+++ b/nixops/modules/gitolite/default.nix
@@ -48,6 +48,7 @@ in {
48 python-packages = python-packages: with python-packages; [ 48 python-packages = python-packages: with python-packages; [
49 simplejson 49 simplejson
50 urllib3 50 urllib3
51 sleekxmpp
51 ]; 52 ];
52 in 53 in
53 [ 54 [