Artifact 0c2df29181b6a63eaf427d0699ce3e25bbf48485011226b7ce56de26ffd0f29d:
- File shell.nix — part of check-in [8932f74054] at 2023-04-14 10:18:40 on branch revise-for-2023 — enable PDF generation (user: jboy, size: 220) [annotate] [blame] [check-ins using]
with import <nixpkgs> {}; mkShell { venvDir = ".venv"; buildInputs = with python3.pkgs; [ haskellPackages.pandoc weasyprint venvShellHook ]; postShellHook = '' pip install mkdocs-with-pdf ''; }