about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:52:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:52:57 +0200
commit2ceda34c129d425f239ecb29177fb1b54f045543 (patch)
treea32f25e04cb8e5776a3ec0179dd5d82f86d30d78
parentfix(common/init): Only build the `out` output; exclude the `man` output (diff)
downloadflake-templates-0.7.2.tar.gz
flake-templates-0.7.2.zip
chore(version): v0.7.2 v0.7.2
-rw-r--r--NEWS.md6
-rw-r--r--build/awk/init4
-rw-r--r--build/c/init4
-rw-r--r--build/latex/academia/init4
-rw-r--r--build/latex/letter/init4
-rw-r--r--build/rust/init4
-rw-r--r--build/shell/init4
7 files changed, 18 insertions, 12 deletions
diff --git a/NEWS.md b/NEWS.md
index 9b4158a..25d012f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,12 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## [v0.7.2](https://git.vhack.eu/soispha/flake-templates/compare/e02e9e8bca10da0f40d6e807808b3866da37337a..v0.7.2) - 2024-09-30
+#### Bug Fixes
+- **(common/init)** Only build the `out` output; exclude the `man` output - ([e02e9e8](https://git.vhack.eu/soispha/flake-templates/commit/e02e9e8bca10da0f40d6e807808b3866da37337a)) - [@bpeetz](https://git.vhack.eu/bpeetz)
+
+- - -
+
 ## [v0.7.1](https://git.vhack.eu/soispha/flake-templates/compare/00a0fbe08945d93955a2bf4416ff2d6d9dbeb17e..v0.7.1) - 2024-09-30
 #### Bug Fixes
 - **(common/init)** Set the full path to the `reuse` binary - ([0345ec4](https://git.vhack.eu/soispha/flake-templates/commit/0345ec4c5a1523d3794ea8901d28065c5e1f3d20)) - [@bpeetz](https://git.vhack.eu/bpeetz)
diff --git a/build/awk/init b/build/awk/init
index 2c9c077..104bd30 100644
--- a/build/awk/init
+++ b/build/awk/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .
diff --git a/build/c/init b/build/c/init
index 2c9c077..104bd30 100644
--- a/build/c/init
+++ b/build/c/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .
diff --git a/build/latex/academia/init b/build/latex/academia/init
index 2c9c077..104bd30 100644
--- a/build/latex/academia/init
+++ b/build/latex/academia/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .
diff --git a/build/latex/letter/init b/build/latex/letter/init
index 2c9c077..104bd30 100644
--- a/build/latex/letter/init
+++ b/build/latex/letter/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .
diff --git a/build/rust/init b/build/rust/init
index 2c9c077..104bd30 100644
--- a/build/rust/init
+++ b/build/rust/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .
diff --git a/build/shell/init b/build/shell/init
index 2c9c077..104bd30 100644
--- a/build/shell/init
+++ b/build/shell/init
@@ -27,7 +27,7 @@ require() {
     fi
 }
 die() {
-    echo "$1"
+    printf "init: ERROR: %s\n" "$1"
     exit 1
 }
 
@@ -171,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)/bin/reuse"
+reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse"
 [ "$(echo "$reuse" | wc -l)" -ne 1 ] && die "Something is wrong with the nixpkgs#reuse derivation"
 
 git add .