move resume workflow entirely to nix
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix flake / Perform Nix flake checks (push) Successful in 43s

This commit is contained in:
2026-03-27 15:49:41 -04:00
parent abf1958c37
commit bc69a21635

View File

@@ -16,16 +16,16 @@
tex = ( tex = (
pkgs.texlive.combine { pkgs.texlive.combine {
inherit (pkgs.texlive) inherit (pkgs.texlive)
scheme-medium scheme-basic
preprint preprint
titlesec titlesec
enumitem enumitem
sourcesanspro sourcesanspro
xifthen
ifmtarg
framed
paralist
fontawesome7 fontawesome7
latexmk
marvosym
ly1
xkeyval
; ;
} }
); );