aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f7d600309..b00e582d0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -83,7 +83,9 @@
crossSystems = [
"armv6l-linux"
"armv7l-linux"
- "x86_64-freebsd13"
+ # FIXME: doesn't evaluate, plausibly fixed in >=24.05, so recheck when
+ # we update to 24.05
+ # "x86_64-freebsd13"
"x86_64-netbsd"
];