mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:07:56 +00:00
vimPlugins.nvim-treesitter: use tree-sitter.buildGrammar
This commit is contained in:
parent
99225ef64d
commit
95d770453d
@ -4,7 +4,7 @@ self: super:
|
||||
|
||||
let
|
||||
generatedGrammars = callPackage ./generated.nix {
|
||||
buildGrammar = callPackage ../../../../../development/tools/parsing/tree-sitter/grammar.nix { };
|
||||
inherit (tree-sitter) buildGrammar;
|
||||
};
|
||||
|
||||
generatedDerivations = lib.filterAttrs (_: lib.isDerivation) generatedGrammars;
|
||||
|
Loading…
Reference in New Issue
Block a user