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