File shell.nix artifact fb30dfc3a8 part of check-in 196dad0184


with import <nixpkgs> {};

mkShell {
  packages = [
    mystmd
    nodejs_latest
    typst
  ];
}