Switch to LLVM 19

This commit is contained in:
Mikael Voss 2024-08-13 21:54:11 +02:00
parent 2653c41cee
commit 3025911faa
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ let
runCommand;
kernel = let
inherit (pkgs.llvmPackages_latest)
inherit (pkgs.llvmPackages_19)
llvm clang-unwrapped lld
clang bintools;