From bb240e36f1b26acf2f9de1400f4fe46da69afe7a Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 15 Oct 2023 14:46:13 -0500 Subject: [PATCH] chore: move output to base Signed-off-by: jolheiser --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6b4d3a6..9b86415 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,8 @@ mkdir -p $out/share export TYPST_FONT_PATHS=${pkgs.raleway}/share/fonts - typst compile resume.typ $out/share/resume.pdf - typst compile resume.typ $out/share/resume.png + typst compile resume.typ $out/resume.pdf + typst compile resume.typ $out/resume.png runHook postBuild '';