Files
dots/templates/typst.nix

10 lines
128 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
(typst.overrideAttrs { version = "0.12.0"; })
tinymist
];
}