Compare commits

...

2 commits

2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,6 @@ with pkgs . kernelmaft ;
[Service] [Service]
# 'initdb' fails harmlessly if it has been run on the database before # 'initdb' fails harmlessly if it has been run on the database before
ExecStartPre=${coreutils-full}/bin/ln -sf /etc/bookwyrm/config.env /var/lib/bookwyrm/.env
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

View file

@ -91,8 +91,8 @@ mkDerivation {
domain = "kernelmaft.com/forgejo" ; domain = "kernelmaft.com/forgejo" ;
owner = "zedfrigg" ; owner = "zedfrigg" ;
repo = "bookwyrm" ; repo = "bookwyrm" ;
rev = "1e0d547db5f9a610e29c27c156d0a30da36a1c51" ; rev = "d81dbe07dda1f447fbbb30cbed87a0ec6793faa2" ;
hash = "sha256-zBq/8tLX5zGShP+RSBBSAYXvp4GD1x0JMXqeMbRgERw=" ; hash = "sha256-7NdDWX7lRzLs7m/e7gv9Irf4B5xdojAVcA3fjorJoJ4=" ;
} ; } ;
dontPatch = true ; dontPatch = true ;