Artifact 08683dcbd5e4fe9d71bf49700454bb7194358ff6e829c76cf867d9553114ab94:
- File shell.nix — part of check-in [780e283550] at 2024-11-20 11:34:26 on branch revise-for-2024 — update shell.nix (user: jboy, size: 242) [annotate] [blame] [check-ins using] [more...]
with import <nixpkgs> {}; mkShell { venvDir = ".venv"; buildInputs = [ pandoc (python311.withPackages (p: with p; [ mkdocs weasyprint ])).pkgs.venvShellHook ]; postShellHook = '' pip install mkdocs-with-pdf ''; }