tweag / nixpkgs-graph-explorer

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

Make extracted data match the core model #65

Closed GuillaumeDesforges closed 1 year ago

GuillaumeDesforges commented 1 year ago

https://github.com/tweag/nixpkgs-graph-explorer/pull/56 allowed us to agree on a schema for consumers of the graph extraction. This is illustrated by https://github.com/tweag/nixpkgs-graph-explorer/pull/59 which uses this new core model.

Now, we need the extraction to output data that matches this new model.

Related to this, we can now implement some testing logic as per #34