about summary refs log tree commit diff stats
path: root/build/latex/letter/init
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:49:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:49:08 +0200
commite7fa73097a110d2930bb0c367d7ce06fa530aa6e (patch)
tree80873795b60c9543246d47690b8cc596cbd5e8f3 /build/latex/letter/init
parentfix(common/init): Set the full path to the `reuse` binary (diff)
downloadflake-templates-e7fa73097a110d2930bb0c367d7ce06fa530aa6e.tar.gz
flake-templates-e7fa73097a110d2930bb0c367d7ce06fa530aa6e.zip
chore(version): v0.7.1 v0.7.1
Diffstat (limited to 'build/latex/letter/init')
-rw-r--r--build/latex/letter/init6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/latex/letter/init b/build/latex/letter/init
index f8c8bb3..2c9c077 100644
--- a/build/latex/letter/init
+++ b/build/latex/letter/init
@@ -26,6 +26,10 @@ require() {
         exit 1
     fi
 }
+die() {
+    echo "$1"
+    exit 1
+}
 
 # Prompt the user for a specific variable.
 # ## Args:
@@ -167,7 +171,7 @@ chmod +x update.sh
 [ -f ./watch.sh ] && chmod +x build.sh
 
 # Do the first run of reuse annotate
-reuse="$(nix build nixpkgs#reuse --no-link --print-out-paths)"
+reuse="$(nix build nixpkgs#reuse --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .