Feedback on the elixir Phoenix Framework guide

So for the building of an elixir app with flyctl, I would just install the necessary things inside the nixpkgs and change the flox build steps to deploy to flyctl?

Regarding the things that keep running, I’ve been able to reproduce:

  1. run hivemind
  2. kill the terminal without killing hivemind first

Now all the process that hivemind started are still running :frowning:

Expected behaviour: killing the terminal should kill all applications that hivemind runs as well.