rename main to resume
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 8s
Check Nix flake / Perform Nix flake checks (push) Successful in 1m1s

This commit is contained in:
2026-03-27 16:13:07 -04:00
parent e38ed451df
commit 213aa63aa1
3 changed files with 7 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
buildPhase = ''
runHook preBuild
latexmk -pdf -interaction=nonstopmode -halt-on-error resume.tex
mv main.pdf ${resume_final_pdf}
mv resume.pdf ${resume_final_pdf}
runHook postBuild
'';