-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to NixOS 24.11 #750
Conversation
c8a1bd5
to
f35db85
Compare
This branch runs fine on nixbitcoin.org. Ready to merge. Liquid is currently not working in btcpayserver (i.e. in our donation page). This will be fixed by a nbxplorer version update in nixpkgs that I'm preparing right now. Edit: Here's the update: NixOS/nixpkgs#365031. After merging this, we should also wait for the next nixpkgs-unstable update to be merged before creating the next nix-bitcoin release. |
Nix 2.24 is the default in NixOS 24.11. This is required by the following commit that uses a `flake update` command syntax only supported by Nix >= 2.19.
f35db85
to
f37f2db
Compare
Merged NixOS/nixpkgs#365031 |
6fdfab9
to
929e6a4
Compare
Python 3.12 is the default in Nixos 24.11. All tests succeed with Python 3.12. Context: Related issue: JoinMarket-Org/joinmarket-clientserver#1589 This issue contains no hints on what changes caused joinmarket to be incompatible/compatible with Python 3.12. The restriction to Python <3.12 was added here (JoinMarket-Org/joinmarket-clientserver#1587) in Oct 2023. This post (JoinMarket-Org/joinmarket-clientserver#1589 (comment)) in the above issue mentions on 2024-05-19 that tests are running again with Python 3.12. The current joinmarket version (0.9.11) was released on 2024-02-22.
- Cryptography contains no relevant backwards-incompatible changes https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4300---2024-07-20 - Txtorcon 24.8.0 is a minor maintenance release: https://github.com/meejah/txtorcon/releases/tag/v24.8.0
Cryptography contains no relevant backwards-incompatible changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4300---2024-07-20
Gunicorn 22 and 23 mostly include security fixes: https://github.com/benoitc/gunicorn/releases
Fixes this warning: Explorer: Options 'automigrate' is obsolete and ignored...
Fixes this warning from the NixOS VM test script linter: SyntaxWarning: invalid escape sequence '\['
Adds support for NixOS 24.11
929e6a4
to
b5e5974
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b5e5974
Todo: