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

Commit

Permalink
Add mdbook to flake.nix (#15545)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 5, 2023
1 parent 7c95b65 commit ad141ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.d/15532.misc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Install the `xmlsec` package and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.
Install the `xmlsec` and `mdbook` packages and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.
2 changes: 1 addition & 1 deletion changelog.d/15533.misc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Install the `xmlsec` package and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.
Install the `xmlsec` and `mdbook` packages and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.
1 change: 1 addition & 0 deletions changelog.d/15545.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Install the `xmlsec` and `mdbook` packages and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad141ef

Please sign in to comment.