Revert "release.nix: don't block on aarch64-darwin bootstrap for now"

This reverts commit 8ec9b16856f7c852978a1ece9de982098bd67293.
I certainly don't want to forget this. It has to be short-term only.

+1 -5
+1 -5
pkgs/top-level/release.nix
··· 251 251 jobs.tests.stdenv.hooks.patch-shebangs.x86_64-linux 252 252 */ 253 253 ] 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 - ) 254 + ++ collect isDerivation jobs.stdenvBootstrapTools 259 255 ++ optionals supportDarwin.x86_64 [ 260 256 jobs.stdenv.x86_64-darwin 261 257 jobs.cargo.x86_64-darwin