Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
++lib.optional(stdenv.hostPlatform.linker=="lld")# Needed when building for targets that use lld. e.g. 'wasm32-unknown-unknown'
++lib.optional(stdenv.hostPlatform.linker=="lld"&&rustc?llvmPackages.lld)# Needed when building for targets that use lld. e.g. 'wasm32-unknown-unknown'