Conversation
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
13 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66104 +/- ##
=======================================
Coverage 90.28% 90.28%
=======================================
Files 790 790
Lines 271642 271642
Branches 51846 51838 -8
=======================================
+ Hits 245248 245254 +6
+ Misses 16892 16889 -3
+ Partials 9502 9499 -3 🚀 New features to boost your workflow:
|
4 tasks
Collaborator
panva
approved these changes
Sep 18, 2026
jasnell
approved these changes
Sep 18, 2026
lpinca
approved these changes
Sep 18, 2026
Collaborator
Retr0astic
added a commit
to Retr0astic/nixos
that referenced
this pull request
Sep 19, 2026
nixpkgs e554fab carries nodejs-slim 26.9.0, whose own test suite fails in the build sandbox (test-fs-cp-async-file-modes hits EPERM on chmod). Hydra fails the same build, so the package is not in any cache. iosevka in modules/features/fonts.nix pulls nodejs in, so fontconfig, system-path and the chapel toplevel all fail with it. bigrig is unaffected: no fonts. Tracked as NixOS/nixpkgs#564449, fixed upstream in nodejs/node#66104. This restores main's lock wholesale rather than hand-editing one node. The five other bumps in this accept are dropped with it; tomorrow's run will propose them again, and nixpkgs once the fix lands.
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.
Fixes: NixOS/nixpkgs#564449