mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
tree-sitter: fix src value
This commit is contained in:
parent
3ea51a72e4
commit
eed1326592
@ -60,7 +60,7 @@ let
|
||||
buildGrammar {
|
||||
language = grammar.language or name;
|
||||
inherit version;
|
||||
src = grammar.src or fetchGrammar grammar;
|
||||
src = grammar.src or (fetchGrammar grammar);
|
||||
location = grammar.location or null;
|
||||
};
|
||||
grammars' = import ./grammars { inherit lib; } // extraGrammars;
|
||||
|
Loading…
Reference in New Issue
Block a user