summary refs log tree commit diff
path: root/doc/packages/elm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/packages/elm.xml')
-rw-r--r--doc/packages/elm.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/packages/elm.xml b/doc/packages/elm.xml
new file mode 100644
index 00000000000..8ee05285265
--- /dev/null
+++ b/doc/packages/elm.xml
@@ -0,0 +1,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>
\ No newline at end of file