Been working on a set of Nix templates for Elixir projects and its coming together nicely github.com/jurraca/elixir-templates

nix flake init -t github:jurraca/elixir-templates#release

Reply to this note

Please Login to reply.

Discussion

Some fun things:

- have a way to build elixir + rust projects without writing rust build scripts in your Mix config. Keep both builds isolated.

- different recipes for release vs a Hex oackage

- use Tauri to make a desktop app of a Phoenix project via Nix 👀