summary refs log tree commit diff
path: root/doc/builders/packages/elm.xml
blob: a067f6c7c70ee742489629cd71c7ee94de0de19b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<section xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xml:id="sec-elm">
 <title>Elm</title>

 <para>
  To start a development environment do <command>nix-shell -p elmPackages.elm elmPackages.elm-format</command>
 </para>

 <para>
  To update Elm compiler, see <filename>nixpkgs/pkgs/development/compilers/elm/README.md</filename>.
 </para>

 <para>
  To package Elm applications, <link xlink:href="https://github.com/hercules-ci/elm2nix#elm2nix">read about elm2nix</link>.
 </para>
</section>