Skip to content
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

Merged
merged 5 commits into from
Dec 23, 2022
Merged

Bump nixpkgs to 22.11 #7367

merged 5 commits into from
Dec 23, 2022

Conversation

lheckemann
Copy link
Member

Allows removing some patches!

@cole-h
Copy link
Member

cole-h commented Nov 30, 2022

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.
@edolstra edolstra changed the title Bump nixpkgs to 22.11 beta Bump nixpkgs to 22.11 Dec 14, 2022
enableLargeConfig = true;
}).overrideAttrs(o: {
patches = (o.patches or []) ++ [
./boehmgc-coroutine-sp-fallback.diff
Copy link

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.

Copy link
Member

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!

@edolstra edolstra merged commit 3dbf9b5 into NixOS:master Dec 23, 2022
@lheckemann lheckemann deleted the nixpkgs-22.11 branch December 25, 2022 22:39
@edolstra
Copy link
Member

edolstra commented Jan 2, 2023

@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 virtualisation.additionalPaths.

@lheckemann
Copy link
Member Author

#7570 fixes them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants