Flake lock update

This commit is contained in:
Filippo Berto 2025-02-13 11:49:46 +01:00
parent 7af05ec195
commit eded5daf25
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 35 additions and 31 deletions

View file

@ -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; }