summaryrefslogtreecommitdiff
path: root/pkgs/bookwyrm (unfollow)
Commit message (Collapse)AuthorFilesLines
4 daysbookwyrm: bump to 0.8.0HEADmainMira Ressel2-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.
2025-06-12bookwyrm: provide SourceHanSans fontMira Ressel1-0/+3
Currently, bookwyrm tries unsuccessfully to download it itself during both build and runtime.
2025-06-12bookwyrm: split into two packagesMira Ressel2-0/+171
Seems nice to separate the compilation from the config injection.