flake: use LLVM 13 throughout

This commit is contained in:
Sebastien Bourdeauducq 2021-12-26 18:56:23 +08:00 committed by ychenfo
parent cb57d14767
commit 037ef110f9
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@
name = "nac3-dev-shell";
buildInputs = with pkgs; [
packages.x86_64-linux.llvm-nac3
clang_12
lld_12
clang_13
lld_13
cargo
cargo-insta
rustc