From ff74c081e9996756107a7a6a718376acac1aaa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= Date: Thu, 7 Mar 2024 10:31:51 +0100 Subject: [PATCH] flake: Remove the cross-compilation to freebsd13 `libc` is broken there: https://hydra.nixos.org/build/252347598. We can reintroduce it once the base system is working --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 42aaace67..49474b27e 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,6 @@ crossSystems = [ "armv6l-unknown-linux-gnueabihf" "armv7l-unknown-linux-gnueabihf" - "x86_64-unknown-freebsd13" "x86_64-unknown-netbsd" ];