Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add dch and notify-send to the development Nix flake so that the release script can be used. #15673

Merged
merged 2 commits into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15673.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `dch` and `notify-send` to the development Nix flake so that the release script can be used.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down