Compare commits

..

No commits in common. "d0d130d3b187a62a15a2a0e9bff2c5703b3b9fbe" and "5d76f3d56101344de1ac7119421a676bc6f2ac3c" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -14,10 +14,9 @@ with pkgs . kernelmaft ;
[Service] [Service]
# 'initdb' fails harmlessly if it has been run on the database before
ExecStartPre=${coreutils-full}/bin/ln -sf ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/ ExecStartPre=${coreutils-full}/bin/ln -sf ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
ExecStartPre=${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py migrate ExecStartPre=${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py migrate
ExecStartPre=-${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py initdb ExecStartPre=${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py initdb
ExecStart=${bookwyrm}/bin/bookwyrm-env ${bookwyrm}/bin/bookwyrm ExecStart=${bookwyrm}/bin/bookwyrm-env ${bookwyrm}/bin/bookwyrm
WorkingDirectory=/var/lib/bookwyrm WorkingDirectory=/var/lib/bookwyrm

View file

@ -29,7 +29,9 @@ mkDerivation {
pwd pwd
ls -lAh / ls -lAh
touch write-test
runHook postBuild runHook postBuild
'' ; '' ;