{"id":15144310,"url":"https://github.com/rupurt/tree-sitter-graph-nix","last_synced_at":"2026-01-20T15:32:24.151Z","repository":{"id":229204440,"uuid":"776079706","full_name":"rupurt/tree-sitter-graph-nix","owner":"rupurt","description":"A Nix flake for tree-sitter-graph. Construct graphs from parsed source code","archived":false,"fork":false,"pushed_at":"2024-03-23T18:32:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T16:50:43.920Z","etag":null,"topics":["ast","cst","nix","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T16:33:06.000Z","updated_at":"2024-03-23T19:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"80dc4ca7-d430-48ee-a6a4-073e35da45fc","html_url":"https://github.com/rupurt/tree-sitter-graph-nix","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"1c3676d1f4b7d7d67bb4f3427c7c2ee0a3c10af1"},"previous_names":["rupurt/tree-sitter-graph-nix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rupurt/tree-sitter-graph-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Ftree-sitter-graph-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Ftree-sitter-graph-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Ftree-sitter-graph-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Ftree-sitter-graph-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/tree-sitter-graph-nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Ftree-sitter-graph-nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","cst","nix","tree-sitter"],"created_at":"2024-09-26T10:40:27.109Z","updated_at":"2026-01-20T15:32:24.132Z","avatar_url":"https://github.com/rupurt.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-graph-nix\n\nA Nix flake for [tree-sitter-graph](https://github.com/tree-sitter/tree-sitter-graph). Construct graphs from parsed source code\n\n## Custom Flake with Overlay\n\n```nix\n# flake.nix\n{\n  description = \"Your Nix Flake\";\n\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs?ref=nixos-unstable\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    tree-sitter-graph-nix.url = \"github:rupurt/tree-sitter-graph-nix\";\n  };\n\n  outputs = {\n    self,\n    nixpkgs,\n    flake-utils,\n    tree-sitter-graph-nix,\n    ...\n  }: let\n    systems = [\"x86_64-linux\" \"aarch64-linux\" \"x86_64-darwin\" \"aarch64-darwin\"];\n    outputs = flake-utils.lib.eachSystem systems (system: let\n      pkgs = import nixpkgs {\n        inherit system;\n        overlays = [\n          tree-sitter-graph-nix.overlay\n        ];\n      };\n    in {\n      # packages exported by the flake\n      packages = {};\n\n      # nix run\n      apps = {};\n\n      # nix fmt\n      formatter = pkgs.alejandra;\n\n      # nix develop -c $SHELL\n      devShells.default = pkgs.mkShell {\n        packages = [\n          pkgs.tree-sitter-graph-pkgs.default\n        ];\n      };\n    });\n  in\n    outputs;\n}\n```\n\n## License\n\n`tree-sitter-graph-nix` is released under the [MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Ftree-sitter-graph-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Ftree-sitter-graph-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Ftree-sitter-graph-nix/lists"}