Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-05-11 00:39:58 +00:00
committed by GitHub
251 changed files with 3391 additions and 1076 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ buildNodejs {
revert = true;
})
]
++ lib.optionals stdenv.is32bit [
++ lib.optionals stdenv.hostPlatform.is32bit [
# see: https://github.com/nodejs/node/issues/58458
./v24-32bit.patch
];