From 918bd9748c89f7890b28f6d33fa3660e156cc94d Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 17 Jun 2025 22:46:07 -0500 Subject: [PATCH] Change document.pdf to coverletter.pdf --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 3294ea7..a89ca3d 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,5 @@ default: - guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts" + guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/coverletter.pdf --font-path=/usr/share/fonts" fonts: guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts @@ -11,4 +11,4 @@ update: guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock run: default - xdg-open ./out/document.pdf + xdg-open ./out/coverletter.pdf