summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 17:16:15 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 17:16:15 +0100
commita1154dfc20102e7a0d937cd6afff1fceba0456cf (patch)
treedbcba4fa9388945bc3bd1931df51862fd9d534e3 /flake.nix
parentAdd MSC3820 (room version 11) option 2 unstable room version. (#15666) (diff)
parentFix a typographical error in changelog (diff)
downloadsynapse-a1154dfc20102e7a0d937cd6afff1fceba0456cf.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8d2bf779bd..8b7c0e6a5b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -95,6 +95,10 @@
 
                   # For building the Synapse documentation website.
                   mdbook
+
+                  # For releasing Synapse
+                  debian-devscripts # (`dch` for manipulating the Debian changelog)
+                  libnotify # (the release script uses `notify-send` to tell you when CI jobs are done)
                 ];
 
                 # Install Python and manage a virtualenv with Poetry.