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:
parent
9088d5b525
commit
2bc6c3395b
1 changed files with 4 additions and 4 deletions
|
|
@ -42,12 +42,12 @@
|
|||
systems = linuxSystems ++ darwinSystems;
|
||||
|
||||
crossSystems = [
|
||||
"armv6l-unknown-linux-gnueabihf"
|
||||
"armv7l-unknown-linux-gnueabihf"
|
||||
"riscv64-unknown-linux-gnu"
|
||||
#"armv6l-unknown-linux-gnueabihf"
|
||||
#"armv7l-unknown-linux-gnueabihf"
|
||||
#"riscv64-unknown-linux-gnu"
|
||||
# Disabled because of https://github.com/NixOS/nixpkgs/issues/344423
|
||||
# "x86_64-unknown-netbsd"
|
||||
"x86_64-unknown-freebsd"
|
||||
#"x86_64-unknown-freebsd"
|
||||
];
|
||||
|
||||
stdenvs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue