tree-sitter-grammars-kdl
has been merged
This commit is contained in:
parent
bcdcabc5c4
commit
62bd8fb899
1 changed files with 1 additions and 6 deletions
|
@ -11,12 +11,7 @@ let
|
||||||
inputs.emacs-overlay.overlays.emacs
|
inputs.emacs-overlay.overlays.emacs
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
pkgs-with-tree-sitter-kdl =
|
all-grammars = pkgs'.tree-sitter.withPlugins builtins.attrValues;
|
||||||
(builtins.getFlake "github:aciceri/nixpkgs/23a675ee8313427610cf129dd2b52a69bf6a2a26")
|
|
||||||
.legacyPackages.${pkgs.stdenv.system};
|
|
||||||
# TODO remove when merged: https://github.com/NixOS/nixpkgs/pull/371287/files
|
|
||||||
# all-grammars = pkgs'.tree-sitter.withPlugins builtins.attrValues;
|
|
||||||
all-grammars = pkgs-with-tree-sitter-kdl.tree-sitter.withPlugins builtins.attrValues;
|
|
||||||
treesitGrammars = pkgs'.runCommand "treesit-grammars" { } ''
|
treesitGrammars = pkgs'.runCommand "treesit-grammars" { } ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
for f in ${all-grammars}/*
|
for f in ${all-grammars}/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue