Integrating Elm with Nix just got easier

dwayne/elm2nix provides a tool that helps you compile your Elm web application within a Nix build environment.

It is a rewrite of cachix/elm2nix. If you’re interested in Elm, Haskell, or Nix then there’s probably something in this project that might interest you.

Read Announcing dwayne/elm2nix to learn more.

Example: TodoMVC in Elm using elm2nix

nix run github:dwayne/elm-todos?ref=use-elm2nix#prod

Then, go to http://localhost:8000 in your browser to use it.

6 Likes

That’s fantastic. I use elm in all my current web projects. I’ll definitely test it as soon as I can. Thank you very much !

1 Like

Great thanks ! It is now used in my first project . Works great !

1 Like