Add graphify, a tool that turns any folder of code, docs, papers, images, or videos into a queryable knowledge graph for AI coding assistants. Includes tree-sitter grammar filtering to use only grammars available in nixpkgs, with missing grammars falling back to runtime downloads.
This commit is contained in:
5
packages/graphify/default.nix
Normal file
5
packages/graphify/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
pkgs.callPackage ./package.nix { }
|
||||
Reference in New Issue
Block a user