about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:46:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:46:08 +0200
commit91a3fbda6b2496d5b6220c7309548cf30bdc7fcf (patch)
treea5844e04432f85f832706be36351a6fbc3c91278 /templates
parentfix(treefmt.nix): Only ignore the manual template in this repo (diff)
downloadflake-templates-91a3fbda6b2496d5b6220c7309548cf30bdc7fcf.tar.gz
flake-templates-91a3fbda6b2496d5b6220c7309548cf30bdc7fcf.zip
fix(templates/latex/flake.nix): Keep the PDF file extensions when building
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/flake.nix2
1 files changed, 1 insertions, 1 deletions
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 {