emacs: Remove old tree-sitter check

This commit is contained in:
Erwin Boskma 2023-06-05 11:19:19 +02:00
parent ce653d8fca
commit f55ca41ae9
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -82,10 +82,9 @@ in
nil
nixpkgs-fmt
python3
(pkgs.tree-sitter.withPlugins builtins.attrValues)
(tree-sitter.withPlugins builtins.attrValues)
] ++
(with aspellDicts; [ en en-computers en-science fy nl ]) ++
(lib.optional (versionOlder cfg.package.version "29") (tree-sitter.withPlugins builtins.attrValues));
(with aspellDicts; [ en en-computers en-science fy nl ]);
};
}