Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / doc / packages / elm.section.md
blob063dd73d9de4398c04d5b532d7f76a56fef3eb7b
1 # Elm {#sec-elm}
3 To start a development environment, run:
5 ```ShellSession
6 nix-shell -p elmPackages.elm elmPackages.elm-format
7 ```
9 To update the Elm compiler, see `nixpkgs/pkgs/development/compilers/elm/README.md`.
11 To package Elm applications, [read about elm2nix](https://github.com/hercules-ci/elm2nix#elm2nix).