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
|
||||
]
|
||||
);
|
||||
pkgs-with-tree-sitter-kdl =
|
||||
(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;
|
||||
all-grammars = pkgs'.tree-sitter.withPlugins builtins.attrValues;
|
||||
treesitGrammars = pkgs'.runCommand "treesit-grammars" { } ''
|
||||
mkdir $out
|
||||
for f in ${all-grammars}/*
|
||||
|
|
Loading…
Add table
Reference in a new issue