terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Update Nix build to use LLVM 13 #660

Closed elliottslaughter closed 2 months ago

elliottslaughter commented 2 months ago

Nix has removed LLVM 11 so we need to move to a newer version.

This removes Linux AArch64 support in Nix because that still requires LLVM 11. You can downgrade Nix to an older version to get the LLVM 11 package to restore this support, but we will not be maintaining it here.