From 2bc6c3395b11abb2697efbfd5c725595ca71a364 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 16 May 2025 18:20:16 +0200 Subject: [PATCH] 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. --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index aa540a654..ee98ce155 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [