From 91a3fbda6b2496d5b6220c7309548cf30bdc7fcf Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 14:46:08 +0200 Subject: fix(templates/latex/flake.nix): Keep the PDF file extensions when building --- templates/latex/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/latex/flake.nix b/templates/latex/flake.nix index a87c795..efc4f3f 100644 --- a/templates/latex/flake.nix +++ b/templates/latex/flake.nix @@ -98,7 +98,7 @@ ''; installPhase = '' - install -D ./build/main.pdf "$out/%INIT_APPLICATION_NAME"; + install -D ./build/main.pdf "$out/%INIT_APPLICATION_NAME.pdf"; ''; }; in { -- cgit 1.4.1