llvmPackages_latest: 21.1.8 -> 22.1.2

This commit is contained in:
Tristan Ross
2026-03-28 09:19:29 -07:00
parent 424d615351
commit 571b048b32
+1 -1
View File
@@ -244,7 +244,7 @@ in
mapAliases {
# LLVM packages for (integration) testing that should not be used inside Nixpkgs:
llvmPackages_latest = llvmPackages_21;
llvmPackages_latest = llvmPackages_22;
llvmPackages_git = (callPackages ../development/compilers/llvm { }).git;
# these are for convenience, not for backward compat., and shouldn't expire until the package is deprecated.
clang18Stdenv = lib.lowPrio llvmPackages_18.stdenv;