{ pkgs ? import { } }: with pkgs; mkShell rec { packages = [ cargo-make mdbook mdbook-linkcheck ]; }