manual: Integrate mdbook-linkcheck

This commit is contained in:
Zhaofeng Li 2022-03-07 22:02:04 -08:00
parent 514cff68bd
commit 6340b8ba50
4 changed files with 13 additions and 4 deletions

View file

@ -56,8 +56,11 @@
};
devShell = pkgs.mkShell {
inputsFrom = [ defaultPackage ];
packages = with pkgs; [ clippy mdbook python3 editorconfig-checker rust-analyzer cargo-outdated ];
inputsFrom = [ defaultPackage packages.manualFast ];
packages = with pkgs; [
python3 editorconfig-checker
clippy rust-analyzer cargo-outdated
];
shellHook = ''
export NIX_PATH=nixpkgs=${pkgs.path}
'';