lol

Add "arrch64-darwin" to badPlatforms

Aarch64-darwin is not supported for chez.

authored by

Thomas Wu and committed by
GitHub
aa5f5658 6147e5d3

+1 -1
+1 -1
pkgs/development/compilers/chez/default.nix
··· 73 73 license = lib.licenses.asl20; 74 74 maintainers = with lib.maintainers; [ thoughtpolice ]; 75 75 platforms = lib.platforms.unix; 76 - badPlatforms = [ "aarch64-linux" ]; 76 + badPlatforms = [ "aarch64-linux" "aarch64-darwin" ]; 77 77 }; 78 78 }