From 1db6bda55eeb28aec9658a1c7ca790fecfbdf1b6 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Mon, 3 Mar 2025 22:05:54 +0100 Subject: [PATCH] Set heredoc in Bookwyrm executable generation to ignore leading tabs --- bookwyrm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm.nix b/bookwyrm.nix index 19ed064..adb287a 100644 --- a/bookwyrm.nix +++ b/bookwyrm.nix @@ -98,7 +98,7 @@ mkDerivation { # Executables - cat << EOF > $out/bin/bookwyrm + cat <<- EOF > $out/bin/bookwyrm #!/run/current-system/sw/bin/sh export PYTHONPATH="$out/lib/python3.11/site-packages"