Set 'STATIC_ROOT_ABS' in 'bookwyrm-env' in Bookwyrm package

This commit is contained in:
Reinout Meliesie 2025-03-13 13:01:16 +01:00
parent 56022690ca
commit 0d3e038be6
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -179,6 +179,7 @@ mkDerivation {
export PYTHONPATH=$out/lib/python3.11/site-packages
export DEBUG=false
export STATIC_ROOT_ABS=$out
exec \$@
EOF