File shell.nix artifact 0c2df29181 part of check-in da151b8275
with import <nixpkgs> {}; mkShell { venvDir = ".venv"; buildInputs = with python3.pkgs; [ haskellPackages.pandoc weasyprint venvShellHook ]; postShellHook = '' pip install mkdocs-with-pdf ''; }