diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" ]; |