tree-sitter/update: pull repo argument into the nix code

This commit is contained in:
Profpatsch
2020-12-29 13:02:39 +01:00
parent 0b1bfd7d14
commit b4ff78a45b
2 changed files with 26 additions and 29 deletions
@@ -29,7 +29,7 @@ let
};
update-all-grammars = import ./update.nix {
inherit writeShellScript nix-prefetch-git curl jq xe src formats;
inherit writeShellScript nix-prefetch-git curl jq xe src formats lib;
};
fetchGrammar = (v: fetchgit {inherit (v) url rev sha256 fetchSubmodules; });