From 762051116efe4a37d79a1c24a358bb244c6ae86f Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 17 Jan 2024 18:19:54 +0100 Subject: [PATCH] Add mdbook-linkcheck. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9440073..d4e3047 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,5 @@ with pkgs; mkShell rec { - packages = [ cargo-make mdbook ]; + packages = [ cargo-make mdbook mdbook-linkcheck ]; }