Merge branch 'staging-next' into staging

+5 -1
+5 -1
pkgs/top-level/release.nix
··· 251 251 jobs.tests.stdenv.hooks.patch-shebangs.x86_64-linux 252 252 */ 253 253 ] 254 - ++ collect isDerivation jobs.stdenvBootstrapTools 254 + # FIXME: the aarch64-darwin stdenvBootstrapTools are broken 255 + # due to some locale impurity changing in macOS 15.4 256 + ++ release-lib.lib.filter (j: j.system != "aarch64-darwin") ( 257 + collect isDerivation jobs.stdenvBootstrapTools 258 + ) 255 259 ++ optionals supportDarwin.x86_64 [ 256 260 jobs.stdenv.x86_64-darwin 257 261 jobs.cargo.x86_64-darwin