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