forked from DGNum/colmena
manual: Integrate mdbook-linkcheck
This commit is contained in:
parent
514cff68bd
commit
6340b8ba50
4 changed files with 13 additions and 4 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue