add source to nvfetch of tree-sitter lib

This commit is contained in:
ulic-youthlic 2025-03-11 23:49:16 +08:00
parent 922a964a7d
commit 7c38ed1723
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 76 additions and 48 deletions

View file

@ -15,4 +15,19 @@
};
date = "2025-02-20";
};
tree-sitter-idris = {
pname = "tree-sitter-idris";
version = "c56a25cf57c68ff929356db25505c1cc4c7820f6";
src = fetchgit {
url = "https://github.com/kayhide/tree-sitter-idris";
rev = "c56a25cf57c68ff929356db25505c1cc4c7820f6";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-aOAxb0KjhSwlNX/IDvGwEysYvImgUEIDeNDOWRl1qNk=";
};
name = "idris";
date = "2024-11-05";
};
}