summary refs log tree commit diff
path: root/pkgs/top-level/beam-packages.nix
diff options
context:
space:
mode:
authorJustin Wood <justin.k.wood@gmail.com>2017-12-26 16:53:24 -0500
committerGraham Christensen <graham@grahamc.com>2017-12-26 16:53:24 -0500
commit6af1a08e9bbe8cab41ec1d561ae738004074fc83 (patch)
treee9b29bd7bcd63ac7459fe0a412becf07e368bb2a /pkgs/top-level/beam-packages.nix
parentc9ec07309f61c4610852003aec803165b435b5ec (diff)
downloadnixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar.gz
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar.bz2
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar.lz
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar.xz
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.tar.zst
nixpkgs-6af1a08e9bbe8cab41ec1d561ae738004074fc83.zip
Elixir: init 1.6-rc.0 (#33034)
Diffstat (limited to 'pkgs/top-level/beam-packages.nix')
-rw-r--r--pkgs/top-level/beam-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/beam-packages.nix b/pkgs/top-level/beam-packages.nix
index 7c07c34b2fe..76807d9b926 100644
--- a/pkgs/top-level/beam-packages.nix
+++ b/pkgs/top-level/beam-packages.nix
@@ -52,7 +52,7 @@ rec {
     # Other Beam languages. These are built with `beam.interpreters.erlang`. To
     # access for example elixir built with different version of Erlang, use
     # `beam.packages.erlangR19.elixir`.
-    inherit (packages.erlang) elixir elixir_1_5 elixir_1_4 elixir_1_3;
+    inherit (packages.erlang) elixir elixir_1_6_rc elixir_1_5 elixir_1_4 elixir_1_3;
 
     inherit (packages.erlang) lfe lfe_1_2;
   };