2021-02-13 14:23:35 +00:00
|
|
|
# Elm {#sec-elm}
|
|
|
|
|
2022-04-27 09:35:20 +00:00
|
|
|
To start a development environment, run:
|
2021-02-13 14:23:35 +00:00
|
|
|
|
|
|
|
```ShellSession
|
|
|
|
nix-shell -p elmPackages.elm elmPackages.elm-format
|
|
|
|
```
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
To update the Elm compiler, see `nixpkgs/pkgs/development/compilers/elm/README.md`.
|
2021-02-13 14:23:35 +00:00
|
|
|
|
|
|
|
To package Elm applications, [read about elm2nix](https://github.com/hercules-ci/elm2nix#elm2nix).
|