841d9c7fc1
GitOrigin-RevId: 3a8d7958a610cd3fec3a6f424480f91a1b259185
11 lines
314 B
Markdown
11 lines
314 B
Markdown
# Elm {#sec-elm}
|
|
|
|
To start a development environment do
|
|
|
|
```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).
|