about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
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 {