Now we are using llvm 17

Kirill Podoprigora 2024-03-30 22:37:13 +03:00
parent 2ac7cd6c66
commit dac849692a

@ -18,7 +18,7 @@ pkgs.mkShell {
qemu
wasmtime
zlib
] ++ (with llvmPackages_16; [
] ++ (with llvmPackages_17; [
clang
clang-unwrapped
lld
@ -57,7 +57,7 @@ Alternatively, you can use this sample `flake.nix`:
qemu
wasmtime
zlib
] ++ (with llvmPackages_14; [
] ++ (with llvmPackages_17; [
clang
clang-unwrapped
lld