nix: change zig's LLVM to 16

This commit is contained in:
joachimschmidt557 2023-05-09 16:00:58 +02:00
parent 8a2d87b63f
commit 248263f370
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -4,9 +4,9 @@ pkgs.mkShell {
buildInputs = with pkgs; [
cmake
ninja
llvmPackages_15.clang-unwrapped
llvmPackages_15.llvm
llvmPackages_15.lld
llvmPackages_16.clang-unwrapped
llvmPackages_16.llvm
llvmPackages_16.lld
libxml2
zlib
];