1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Disable cross builds

Mostly because they're causing an evaluation error in `nix flake
check` on macOS, and we don't need them right now for Determinate Nix.
This commit is contained in:
Eelco Dolstra 2025-05-16 18:20:16 +02:00
parent 9088d5b525
commit 2bc6c3395b

View file

@ -42,12 +42,12 @@
systems = linuxSystems ++ darwinSystems; systems = linuxSystems ++ darwinSystems;
crossSystems = [ crossSystems = [
"armv6l-unknown-linux-gnueabihf" #"armv6l-unknown-linux-gnueabihf"
"armv7l-unknown-linux-gnueabihf" #"armv7l-unknown-linux-gnueabihf"
"riscv64-unknown-linux-gnu" #"riscv64-unknown-linux-gnu"
# Disabled because of https://github.com/NixOS/nixpkgs/issues/344423 # Disabled because of https://github.com/NixOS/nixpkgs/issues/344423
# "x86_64-unknown-netbsd" # "x86_64-unknown-netbsd"
"x86_64-unknown-freebsd" #"x86_64-unknown-freebsd"
]; ];
stdenvs = [ stdenvs = [