1 Commits

Author SHA1 Message Date
bc69a21635 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
2026-03-27 15:49:41 -04:00

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
; ;
} }
); );