Home Explore Blog CI



nixpkgs

doc/packages/elm.section.md
286a2753c100e514ada1c4796cdc73e47bbabfc194bee41b000000030000013d
# 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).

Chunks
68efc172 (1st chunk of `doc/packages/elm.section.md`)
Title: Elm Development Environment Setup
Summary
This section provides instructions for setting up an Elm development environment using Nix. It includes the command to start the environment, a pointer to the Elm compiler update instructions, and a link to elm2nix for packaging Elm applications.