tweag / nixpkgs-graph-explorer

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

Display a progress bar upon extraction #115

Open GuillaumeDesforges opened 1 year ago

GuillaumeDesforges commented 1 year ago

The extraction process can be very long for bigger package sets (e.g. nixpkgs).

Currently the progress is logged to stderr if --verbose is passed to the CLI, which was useful for development.

For normal users, we should use a better progression monitoring system.