Set heredoc in Bookwyrm executable generation to ignore leading tabs
This commit is contained in:
parent
5869a9a302
commit
1db6bda55e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue