tweag / nixpkgs-graph-explorer

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

Update ingestion process to adapt the new schema #81

Closed zz1874 closed 1 year ago

zz1874 commented 1 year ago

Currently our schema of the extracted data has been changed due to #76. We have a flattened data structure where we store the output_path of the derivation in build_inputs instead of the package itself.

We need to update the ingestion process to adapt the new schema.

GuillaumeDesforges commented 1 year ago

Fixed in #82