Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
317 B
Markdown
11 lines
317 B
Markdown
# 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).
|