NorfairKing / feedback

Declarative feedback loop manager
https://cs-syd.eu/posts/2022-11-14-automate-your-feedback-loops-using-feedback
GNU General Public License v3.0
61 stars 10 forks source link

Corrected install instructions for flake.nix #23

Closed TheOddler closed 1 year ago

TheOddler commented 1 year ago

With the old url I got the error

error: unable to download 'https://api.github.com/repos/NorfairKing/feedback/commits/flake': HTTP error 422

       response body:

       {
         "message": "No commit found for SHA: flake",
         "documentation_url": "https://docs.github.com/rest/commits/commits#get-a-commit"
       }

Removing the ref fixes it.