Bump nixpkgs and poetry2nix#301
Merged
Merged
Conversation
The rest of override still stays, because the version in `poetry2nix` might be incomplete (it adds only `preConfigure` from nixpkgs, but not all `buildInputs` from there, and this may result in impurities on Darwin if the build script somehow finds the non-Nix version of those libraries), and I don't have a way to test the Darwin build properly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump
nixpkgsto the currentnixpkgs-unstablesnapshot (2024-02-01). This might actually avoid the need to buildavr-gccfrom source on Darwin, because the build problems were fixed upstream.Bump
poetry2nixto the most recent version (2024.1.1244871) to matchnixpkgsand get updated overrides for Python packages.Drop most local overrides for Python packages which are now included in
poetry2nix.Currently there are some warnings during evaluation:
These warnings are because of a change in Nixpkgs (NixOS/nixpkgs#265764) which needs some corresponding changes in
poetry2nix(nix-community/poetry2nix#1521).