fix: eval error of .#devShells.x86_64-linux.x86_64-freebsd13

This is broken and our resident nixbsd maintainers say it should
probably just be temporarily removed till we switch to 24.05 instead of
diagnosing it.

Originally introduced in: https://github.com/nixos/nix/pull/8887

Fixes: #277
Change-Id: I1e7db8859620024a7b37dbd0cc1c5ec139b9e5cb
This commit is contained in:
jade 2024-05-08 14:57:46 -07:00 committed by jade
parent 010bbd1b0e
commit d1dacad708

View file

@ -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"
];