Flake lock update
This commit is contained in:
parent
7af05ec195
commit
eded5daf25
2 changed files with 35 additions and 31 deletions
|
|
@ -42,7 +42,11 @@ in
|
|||
# cargo-feature
|
||||
})
|
||||
++ lib.optionals config.programs.helix.enable (
|
||||
builtins.attrValues { inherit (pkgs) lldb rust-analyzer; }
|
||||
builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# lldb
|
||||
rust-analyzer;
|
||||
}
|
||||
)
|
||||
++ lib.optionals config.programs.kakoune.enable (
|
||||
builtins.attrValues { inherit (pkgs) rust-analyzer; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue