bookwyrm/nix/CHANGELOG.md

2.0 KiB

Bookwyrm Nix changelog

This covers changes to the Nix and NixOS packaging of Bookwyrm, not changes to Bookwyrm core itself.

0.7.3-nix1

0.7.2-nix1

0.7.1-nix1

0.7.0-nix3

  • Updated flake lock, including poetry2nix, to resolve problem with failing builds using locked poetry2nix combined with newer Nixpkgs revisions.

0.7.0-nix2

  • Switched to separate flake input for poetry2nix, as poetry2nix is being dropped from Nixpkgs proper (see https://github.com/NixOS/nixpkgs/pull/263308). The overlay output of this flake remains unchanged, which means it will break on newer Nixpkgs master, unless the Nixpkgs it is used on is also overlaid with the poetry2nix overlay. The module output of this flake no longer overlays anything over the system Nixpkgs.

0.7.0-nix1

0.6.6-nix1

0.6.5-nix3

  • The flake now outputs an overlay with pkgs.bookwyrm.
  • The NixOS module now adds an overlay, and builds Bookwyrm through overlay. services.bookwyrm.package is now exposed to allow changing the Bookwyrm package used, so it is possible to pass the flake's defaultPackage down to it if so desired.