diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-05-05 15:51:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 15:51:58 +0100 |
commit | ad141efb474a02f14b5170e3d6606d06ffaa7d96 (patch) | |
tree | 9aacf38e09cdca5b39914e75932b354ab7a5c698 /flake.nix | |
parent | Clean up and clarify "Create or modify Account" Admin API documentation (#15544) (diff) | |
download | synapse-ad141efb474a02f14b5170e3d6606d06ffaa7d96.tar.xz |
Add `mdbook` to flake.nix (#15545)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
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. |