File shell.nix artifact fb30dfc3a8 part of check-in ca353c7f28


with import <nixpkgs> {};

mkShell {
  packages = [
    mystmd
    nodejs_latest
    typst
  ];
}