mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
nix: Update lld to 12
This commit is contained in:
parent
971ba8929f
commit
4b4e972af0
1 changed files with 1 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue