summary refs log tree commit diff
path: root/doc/builders/packages/elm.section.md
blob: 063dd73d9de4398c04d5b532d7f76a56fef3eb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Elm {#sec-elm}

To start a development environment, run:

```ShellSession
nix-shell -p elmPackages.elm elmPackages.elm-format
```

To update the Elm compiler, see `nixpkgs/pkgs/development/compilers/elm/README.md`.

To package Elm applications, [read about elm2nix](https://github.com/hercules-ci/elm2nix#elm2nix).