Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2026-05-10 21:22:57 +03:00
175 changed files with 1226 additions and 305 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
];