diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:46:08 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:46:08 +0200 |
commit | 91a3fbda6b2496d5b6220c7309548cf30bdc7fcf (patch) | |
tree | a5844e04432f85f832706be36351a6fbc3c91278 /templates | |
parent | fix(treefmt.nix): Only ignore the manual template in this repo (diff) | |
download | flake-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.nix | 2 |
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 { |