Files
dots/templates/typst.nix

9 lines
115 B
Nix

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