Convert Elm project into Nix expressions.
$ stack install --nix
$ cd my-project
$ ~/.local/bin/elm2nix init > default.nix
$ ~/.local/bin/elm2nix convert > elm-srcs.nix
$ nix-build
$ ./scripts/tests.sh
Waiting on https://github.com/input-output-hk/stack2nix 0.2 release
As it's considered unstable, it's generated for now. Might change in the future.