diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-03 20:25:33 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-03 20:25:33 +0200 |
| commit | 6584ac752565f74171d64f3b92ef6a6e90241e21 (patch) | |
| tree | 5f89b351cbd046a64a68d268c6a039a05bf6c6f2 /pkgs/by-name/co | |
| parent | {pkgs/{lf-make-map,river-mk-keymap},flake}: Update (diff) | |
| download | nixos-config-6584ac752565f74171d64f3b92ef6a6e90241e21.zip | |
pkgs/con2pdf: Remove from system closure
This script depends on the deprecated shell-library, and as such was
unusable for over a year. It's time to remove it from the closure.
Diffstat (limited to 'pkgs/by-name/co')
| -rwxr-xr-x | pkgs/by-name/co/con2pdf/con2pdf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/by-name/co/con2pdf/con2pdf.sh b/pkgs/by-name/co/con2pdf/con2pdf.sh index ebe35ad3..5737bc82 100755 --- a/pkgs/by-name/co/con2pdf/con2pdf.sh +++ b/pkgs/by-name/co/con2pdf/con2pdf.sh @@ -12,6 +12,12 @@ # TODO(@bpeetz): This should probably be rewritten in rust. <2025-04-14> + +# shellcheck disable=SC2317,SC2329 + +echo "Rewrite this script in something else then shell (or remove the dependency on the sh-lib)" +exit 2 + NAME="con2pdf" help() { cat <<EOF |
