Nil
This commit is contained in:
parent
c9040399a4
commit
452687a211
1 changed files with 6 additions and 1 deletions
|
|
@ -72,7 +72,12 @@
|
||||||
tree-sitter-langs
|
tree-sitter-langs
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
el-easydraw
|
el-easydraw
|
||||||
]) ++ lib.optionals (withLsps) [ csharp-ls clang-tools cmake-language-server ]);
|
]) ++ lib.optionals (withLsps) [
|
||||||
|
csharp-ls
|
||||||
|
clang-tools
|
||||||
|
cmake-language-server
|
||||||
|
nil
|
||||||
|
]);
|
||||||
|
|
||||||
# Optionally override derivations.
|
# Optionally override derivations.
|
||||||
override = final: prev: {
|
override = final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue