File shell.nix from the latest check-in


with import <nixpkgs> {};

mkShell {
  packages = [
    mystmd
    nodejs_latest
    typst
  ];
}