knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Installing niv takes too long #3

Closed knl closed 4 years ago

knl commented 4 years ago

Currently, installing Nix, jq, bash, hub, and niv takes ~1m30s. Most of the time is spent fetching niv + ghc + dependencies, which is completely unnecessary. Let's try to avoid that.