flake: use LLVM 13 throughout

escape-analysis
Sebastien Bourdeauducq 2021-12-26 18:56:23 +08:00
parent 86005da8e1
commit dc5e42c5eb
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