mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Try to reuse an existing layer based on layer.ranges
This commit is contained in:
parent
72eb2ce1f1
commit
8a53e34e66
2 changed files with 77 additions and 36 deletions
|
@ -72,7 +72,7 @@
|
|||
};
|
||||
};
|
||||
shell = common: prev: {
|
||||
packages = prev.packages ++ (with common.pkgs; [ lld_13 lldb cargo-tarpaulin ]);
|
||||
packages = prev.packages ++ (with common.pkgs; [ lld_13 lldb cargo-tarpaulin cargo-flamegraph ]);
|
||||
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