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

Added support for macOS, x86 and M1. #16

Closed m4dc4p closed 1 year ago

m4dc4p commented 1 year ago

I wanted to use this on my Mac, so I updated the flake to run under darwin. That said, I'm not sure it works correctly - for my use case (cabal build all:tests all:exes for a multi-package project), it did not detect changes in source files.

In any case, I hope this is useful1

m4dc4p commented 1 year ago

Should have looked at open PRs - oops!