2021-01-05 05:35:50 +00:00
|
|
|
# Elm {#sec-elm}
|
|
|
|
|
2022-03-10 19:43:29 +00:00
|
|
|
To start a development environment, run:
|
2021-01-05 05:35:50 +00:00
|
|
|
|
|
|
|
```ShellSession
|
|
|
|
nix-shell -p elmPackages.elm elmPackages.elm-format
|
|
|
|
```
|
|
|
|
|
2021-06-05 20:22:45 +01:00
|
|
|
To update the Elm compiler, see `nixpkgs/pkgs/development/compilers/elm/README.md`.
|
2021-01-05 05:35:50 +00:00
|
|
|
|
|
|
|
To package Elm applications, [read about elm2nix](https://github.com/hercules-ci/elm2nix#elm2nix).
|