nix: Update lld to 12

pull/902/head
Blaž Hrastnik 2021-10-23 15:20:45 +09:00
parent 971ba8929f
commit 4b4e972af0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
'';
};
shell = common: prev: {
packages = prev.packages ++ (with common.pkgs; [ lld_10 lldb cargo-tarpaulin ]);
packages = prev.packages ++ (with common.pkgs; [ lld_12 lldb cargo-tarpaulin ]);
env = prev.env ++ [
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
{ name = "RUST_BACKTRACE"; value = "1"; }