diff --git a/nix/CHANGELOG.md b/nix/CHANGELOG.md index 8bfd28ad6..929c4a5bc 100644 --- a/nix/CHANGELOG.md +++ b/nix/CHANGELOG.md @@ -1,6 +1,9 @@ # Bookwyrm Nix changelog This covers changes to the Nix and NixOS packaging of Bookwyrm, not changes to Bookwyrm core itself. +## 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 ). 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.