mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
Now we are using llvm 17
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
|
||||
|
Loading…
Reference in New Issue
Block a user