From d0880aedc785e255b82c46ac11f4884b21d776d6 Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Sat, 2 Dec 2023 19:38:07 +0100 Subject: [PATCH] nix: add changelog entry for 0.7.0-nix3 --- nix/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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.