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

Enable action using self hosted runners #55

Closed jfroche closed 1 year ago

jfroche commented 1 year ago

Self hosted runners are running with dynamic users so nix profile is not accessible. Use nix-shell to have the required dependencies in PATH instead.