Skip to content

Commit a828f7f

Browse files
committed
Make withTreeSitterPlugins overridable.
Allow the tree-sitter plugins to be overridable until the attributes are upstreamed.
1 parent 2142ce3 commit a828f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/emacs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let
112112

113113
emacsUnstable = (mkGitEmacs "emacs-unstable" ../repos/emacs/emacs-unstable.json { });
114114

115-
emacsGitTreeSitter = mkGitEmacs "emacs-git-tree-sitter" ../repos/emacs/emacs-feature_tree-sitter.json {
115+
emacsGitTreeSitter = super.lib.makeOverridable (mkGitEmacs "emacs-git-tree-sitter" ../repos/emacs/emacs-feature_tree-sitter.json) {
116116
withTreeSitter = true;
117117
withTreeSitterPlugins = (plugins: with plugins; [
118118
tree-sitter-python

0 commit comments

Comments
 (0)