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.