feat(packages): add graphify v0.7.10
Some checks failed
CI / check (push) Has been cancelled

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:
2026-05-08 21:18:08 +03:00
parent 4a06f35ec2
commit d8f7f602ed
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }