From 1ed4925eb1947975082a288fe5309f9ef3cc6783 Mon Sep 17 00:00:00 2001 From: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:56:09 +0200 Subject: [PATCH] adds mdbook as a dependency (#210) --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index c352bd2..83f522a 100644 --- a/shell.nix +++ b/shell.nix @@ -23,6 +23,7 @@ pkgs.mkShell { rustfmt clippy deno + mdbook ];