Differences From Artifact [08683dcbd5]:
- 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...]
To Artifact [fb30dfc3a8]:
- File shell.nix — part of check-in [196dad0184] at 2024-11-21 14:47:00 on branch myst — transition mkdocs -> myst (user: jboy, size: 98) [annotate] [blame] [check-ins using]
1 2 3 | with import <nixpkgs> {}; mkShell { | < | > > | < < < < < | 1 2 3 4 5 6 7 8 9 | with import <nixpkgs> {}; mkShell { packages = [ mystmd nodejs_latest typst ]; } |