File shell.nix artifact e6110a00bc part of check-in 113a27bd78
with import <nixpkgs> {}; mkShell { venvDir = ".venv"; buildInputs = [ haskellPackages.pandoc (python310.withPackages (p: with p; [ weasyprint mkdocs ])) python310Packages.venvShellHook ]; }