-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bump nixpkgs to 22.11 #7367
Bump nixpkgs to 22.11 #7367
Conversation
FYI: 22.11 is no longer beta :) NixOS/infra#228 |
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/e22d9c397e5e6d92771cc1534e7769f2167c2952' (2022-11-26) → 'github:NixOS/nixpkgs/04a75b2eecc0acf6239acf9dd04485ff8d14f425' (2022-12-08) NixOS 22.11 is now no longer beta.
enableLargeConfig = true; | ||
}).overrideAttrs(o: { | ||
patches = (o.patches or []) ++ [ | ||
./boehmgc-coroutine-sp-fallback.diff |
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.
./boehmgc-coroutine-sp-fallback.diff
is no longer used & can be deleted.
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.
What? How? Our BoehmGCStackAllocator
solution does not work correctly with vanilla boehmgc!
@lheckemann Looks like this broke some of the VM tests, e.g. https://hydra.nixos.org/build/203389412. Can you have a look at that? I guess we need some more packages in |
#7570 fixes them |
Allows removing some patches!