mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
nix: Update lld to 12
This commit is contained in:
parent
4ee92cad19
commit
03f2bcc60b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
shell = common: prev: {
|
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 ++ [
|
env = prev.env ++ [
|
||||||
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
|
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
|
||||||
{ name = "RUST_BACKTRACE"; value = "1"; }
|
{ name = "RUST_BACKTRACE"; value = "1"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue