From 2de47fc9c0d2dff0bd7fe7856b79502616dc3d0d Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Thu, 21 Mar 2024 15:40:10 -0700 Subject: [PATCH] add mdbook to the devshell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 1f7737ab..66b2598a 100644 --- a/flake.nix +++ b/flake.nix @@ -308,6 +308,9 @@ # Needed for finding broken markdown links lychee + + # Useful for editing the book locally + mdbook ]); }; });