Home Explore Blog CI



nixpkgs

1st chunk of `doc/packages/elm.section.md`
68efc172a01eac7c0fab5849ff55fa151344dcd78acee167000000010000013d
# 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).

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.