tweag / nixpkgs-graph-explorer

Explore the nixpkgs dependency graph
MIT License
15 stars 0 forks source link

Extract data conforming to the new JSON schema. #76

Closed zz1874 closed 1 year ago

zz1874 commented 1 year ago

This PR is still in process because for now we can only extract data from a relatively small flake. When trying to extract the whole nixpkgs data, the process got killed.

Should fix #65 .

zz1874 commented 1 year ago

Hey @GuillaumeDesforges, yes I tested it on the github:nixos/nixpkgs/master branch and parsed the JSON file to NixGraph model. There's no validation error. To format nix code I use nixpkgs-fmt indeed.

GuillaumeDesforges commented 1 year ago

Let's roll ! 🚛