let pkgs = import {}; in pkgs.mkShell { name = "docs"; buildInput = with pkgs; [ mkdocs ]; }