emacs: Remove old tree-sitter check
This commit is contained in:
parent
ce653d8fca
commit
f55ca41ae9
1 changed files with 2 additions and 3 deletions
|
@ -82,10 +82,9 @@ in
|
||||||
nil
|
nil
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
python3
|
python3
|
||||||
(pkgs.tree-sitter.withPlugins builtins.attrValues)
|
(tree-sitter.withPlugins builtins.attrValues)
|
||||||
] ++
|
] ++
|
||||||
(with aspellDicts; [ en en-computers en-science fy nl ]) ++
|
(with aspellDicts; [ en en-computers en-science fy nl ]);
|
||||||
(lib.optional (versionOlder cfg.package.version "29") (tree-sitter.withPlugins builtins.attrValues));
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue