summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2019-01-05 13:20:16 +0000
committerGitHub <noreply@github.com>2019-01-05 13:20:16 +0000
commit5ec91bac2f58d96528d6afbbb05a788ac40d2768 (patch)
treed1a63d48ec17618ac0e02088546519e079bd61c4 /doc
parent167578163a5031e8d7519b010824499db73fa62f (diff)
parent28293fb169ac78df15360c6d98da5022bda8f25a (diff)
downloadnixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar.gz
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar.bz2
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar.lz
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar.xz
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.tar.zst
nixpkgs-5ec91bac2f58d96528d6afbbb05a788ac40d2768.zip
Merge pull request #53326 from domenkozar/elm-packaging-rehaul
Elm: automate packaging with elm2nix
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 803d343aa09..e23593107d8 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -307,23 +307,19 @@ packageOverrides = pkgs: {
 </screen>
   </para>
  </section>
+
  <section xml:id="sec-elm">
   <title>Elm</title>
 
   <para>
-   The Nix expressions for Elm reside in
-   <filename>pkgs/development/compilers/elm</filename>. They are generated
-   automatically by <command>update-elm.rb</command> script. One should specify
-   versions of Elm packages inside the script, clear the
-   <filename>packages</filename> directory and run the script from inside it.
-   <literal>elm-reactor</literal> is special because it also has Elm package
-   dependencies. The process is not automated very much for now -- you should
-   get the <literal>elm-reactor</literal> source tree (e.g. with
-   <command>nix-shell</command>) and run <command>elm2nix.rb</command> inside
-   it. Place the resulting <filename>package.nix</filename> file into
-   <filename>packages/elm-reactor-elm.nix</filename>.
+   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>
+
  <section xml:id="sec-shell-helpers">
   <title>Interactive shell helpers</title>