Artifact e6110a00bc5f0800ee386110b91fe1e1324469dd3a10972db43f5ad31e5a92e4:
- File shell.nix — part of check-in [695e7769fc] at 2024-04-11 12:26:08 on branch revise-for-2024 — disable pdf generation for now as it is buggy (user: jboy, size: 209) [annotate] [blame] [check-ins using]
with import <nixpkgs> {}; mkShell { venvDir = ".venv"; buildInputs = [ haskellPackages.pandoc (python310.withPackages (p: with p; [ weasyprint mkdocs ])) python310Packages.venvShellHook ]; }