Add mdbook-linkcheck.

This commit is contained in:
Bauke 2024-01-17 18:19:54 +01:00
parent 15dcca32b0
commit 762051116e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
with pkgs;
mkShell rec {
packages = [ cargo-make mdbook ];
packages = [ cargo-make mdbook mdbook-linkcheck ];
}