summaryrefslogtreecommitdiff
path: root/pkgs/bookwyrm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bookwyrm: bump to 0.8.0HEADmainMira Ressel4 days2-4/+4
| | | | | | | | bookwyrm now officially depends on django 5.2, which isn't in nixos-25.05 yet, but django 5.1 seems to be fiiiine too, paws crossed. The USE_HTTPS env var no longer has any effect, https is now always used unless DOMAIN is localhost.
* bookwyrm: provide SourceHanSans fontMira Ressel2025-06-121-0/+3
| | | | | Currently, bookwyrm tries unsuccessfully to download it itself during both build and runtime.
* bookwyrm: split into two packagesMira Ressel2025-06-122-0/+171
Seems nice to separate the compilation from the config injection.