Trying to compile the template from moderncv gives me the error
Running TeX ...
free(): invalid pointer
fish: Job 1, '~/.local/state/nix/profile/bin/…' terminated by signal SIGABRT (Abort)
Indeed, tectonic fails to compile the smallest possible moderncv, here's a mwe.
\documentclass[11pt,a4paper,sans]{moderncv}
\usepackage[scale=0.75]{geometry}
\usepackage[english]{babel}
\moderncvcolor{blue}
\moderncvstyle{classic}
\name{John}{Doe}
\begin{document}
\makecvtitle
\end{document}
latexmk (with xelatex and pdflatex) does work, and I've never experienced tectonic failing on any other files. I'm using a source build from d7f3275 and the bundle https://data1.fullyjustified.net/tlextras-2022.0r0.tar. I've also tried clearing ~/.cache/Tectonic, to no avail.
Trying to compile the template from moderncv gives me the error
Indeed, tectonic fails to compile the smallest possible moderncv, here's a mwe.
latexmk(withxelatexandpdflatex) does work, and I've never experienced tectonic failing on any other files. I'm using a source build from d7f3275 and the bundle https://data1.fullyjustified.net/tlextras-2022.0r0.tar. I've also tried clearing~/.cache/Tectonic, to no avail.