Files
Alexander Miroshnichenko d8f7f602ed
Some checks failed
CI / check (push) Has been cancelled
feat(packages): add graphify v0.7.10
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.
2026-05-08 21:18:08 +03:00

6 lines
54 B
Nix

{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }