summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-05-26 10:53:10 +0000
committerGitHub <noreply@github.com>2023-05-26 11:53:10 +0100
commit2d8a2ca374916e8a24ff43355c0ad24d456fab25 (patch)
treebf7afb1116d4115162099e95ef28a1357487949c /flake.nix
parentTweak changelog and upgrade notes (diff)
downloadsynapse-2d8a2ca374916e8a24ff43355c0ad24d456fab25.tar.xz
Add `dch` and `notify-send` to the development Nix flake so that the release script can be used. (#15673)
* Add dch and notify-send to the Nix dev flake

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
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 7351571e61..8c7a4f8769 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,6 +100,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.