Fix
This commit is contained in:
parent
4c81585270
commit
57d53c6a36
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
tree-sitter-langs
|
||||
treesit-grammars.with-all-grammars
|
||||
el-easydraw
|
||||
]) ++ (with pkgs; lib.optional (withLsps) [ csharp-ls clang-tools cmake-language-server ]));
|
||||
]) ++ lib.optionals (withLsps) [ csharp-ls clang-tools cmake-language-server ]);
|
||||
|
||||
# Optionally override derivations.
|
||||
override = final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue