nix: clean up after x86_64-darwin drop

This commit is contained in:
Emily
2026-02-18 06:25:48 +00:00
parent 65350d3600
commit b31d2f0465
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
Branch to merge into: **master** or **release-$nixos-version**
Build the affected Nix packages and run their tests on the following platforms: **x86_64-linux**, **aarch64-linux**, **x86_64-darwin**, and **aarch64-darwin**.
Build the affected Nix packages and run their tests on the following platforms: **x86_64-linux**, **aarch64-linux**, and **aarch64-darwin**.
If you lack the necessary hardware for these platforms, you may need to ask others for assistance with the builds.
Alternatively, you can request access to the Nix community builder for all platforms [here](https://github.com/NixOS/aarch64-build-box) and [here](https://nix-community.org/community-builder/).

View File

@@ -125,8 +125,6 @@ let
!(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
# build failure
&& !stdenv.hostPlatform.isStatic
# LTO breaks exception handling on x86-64-darwin.
&& stdenv.system != "x86_64-darwin"
)
''
case "$mesonBuildType" in