summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-05-05 15:51:58 +0100
committerGitHub <noreply@github.com>2023-05-05 15:51:58 +0100
commitad141efb474a02f14b5170e3d6606d06ffaa7d96 (patch)
tree9aacf38e09cdca5b39914e75932b354ab7a5c698 /flake.nix
parentClean up and clarify "Create or modify Account" Admin API documentation (#15544) (diff)
downloadsynapse-ad141efb474a02f14b5170e3d6606d06ffaa7d96.tar.xz
Add `mdbook` to flake.nix (#15545)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 76243d0601..7351571e61 100644
--- a/flake.nix
+++ b/flake.nix
@@ -97,6 +97,9 @@
 
                   # Native dependencies for running Complement.
                   olm
+
+                  # For building the Synapse documentation website.
+                  mdbook
                 ];
 
                 # Install Python and manage a virtualenv with Poetry.