1

fix databasePath

This commit is contained in:
2024-01-16 22:59:18 +02:00
parent 669939f2c1
commit 6038aad312
2 changed files with 19 additions and 10 deletions

View File

@@ -32,6 +32,9 @@ in
installPhase = ''
cp -r . $out/app
makeWrapper $out/app/manage.py $out/bin/e11sync \
${lib.optionalString (databasePath != null) ''
--set E11SYNC_DATABASE_PATH "${databasePath}" \
''} \
--set GEOIP_PATH "${geoip-mmdb}"
makeWrapper ${uwsgi-python}/bin/uwsgi $out/bin/e11sync-backend \