{ pkgs ? import { }, }: pkgs.mkShell rec { buildInputs = with pkgs; [ jdk typst tinymist ]; nativeBuildInputs = with pkgs; [ jre ]; TYPST_FEATURES = "html"; }