sq: 0.48.3 -> 0.48.4 (#359055)
[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).