Hi!
I am starting to use reflex as an addition to our projects, there's a somewhat sophisticated way to build our project using stack, which involves things like:
- building local packages (our own and forks we're using)
- building some projects from github commits
While I succeeded using stack to build reflex-based project, I'd like to also try reflex-platform way, since it seems to be providing ghci repl on linux (if I understood correctly).
What's the best thing to do? Should I just dig into ./try-reflex sources and Nix packaging system, or are there some shortcuts to achieve what I need? Thank you!