summaryrefslogtreecommitdiff
path: root/pkgs/bookwyrm/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-29bookwyrm: bump to 0.8.0Mira Ressel1-1/+0
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 Ressel1-0/+91
Seems nice to separate the compilation from the config injection.