nixpkgs/doc/builders/packages/elm.section.md

12 lines
333 B
Markdown
Raw Normal View History

2021-01-05 05:35:50 +00:00
# Elm {#sec-elm}
To start a development environment do
```ShellSession
nix-shell -p elmPackages.elm elmPackages.elm-format
```
To update the Elm compiler, see <filename>nixpkgs/pkgs/development/compilers/elm/README.md</filename>.
To package Elm applications, [read about elm2nix](https://github.com/hercules-ci/elm2nix#elm2nix).