summary refs log tree commit diff
path: root/pkgs/development/beam-modules/default.nix
Commit message (Collapse)AuthorAge
* elvis: init at 1.0.1David2021-07-09
|
* erlfmt: init at 1.0.0David2021-07-05
|
* rebar3-proper: init at 0.12.1David2021-06-09
|
* relxExe: removehappysalada2021-05-31
| | | | relxExe is not intended to be used as a single standalone executable, but as a library by rebar3
* elixir 1_8: set erlang to R23happysalada2021-05-31
|
* beam-packages: drop erlang R18 R19 R20 and cuterThomas Depierre2021-05-25
|
* elixir: default to 1.12; init 1.12happysalada2021-05-24
|
* rebar3-nix: init at 0.1.0David2021-05-17
|
* restore buildMix and its bootstrapper (#122374)ydlr2021-05-17
| | | | | | | | * restore mixBuild remove bootstrapper by going through ERL_LIBS mix will use ERL_LIBS to find compiled dependencies Co-authored-by: Zach <zach@hipcreativeinc.com>
* erlang-ls: init at 0.15.0David2021-05-13
|
* rebar3: add rebar3WithPluginsDavid2021-05-11
|
* beam-packages: init elixir_ls 0.7.0 (#118950)Raphael Megzari2021-04-19
|
* beam-modules: buildMix -> mixReleasehappysalada2021-04-08
|
* beam-modules: remove unused pc versioninghappysalada2021-04-03
|
* beam-modules: format with nixpkgs-fmthappysalada2021-04-02
|
* Merge pull request #107440 from happysalada/add_fetch_mixJörg Thalheim2021-02-08
|\
| * beam-modules: add fetch-mix-depshappysalada2021-02-01
| |
* | treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|/
* beamPackages: use callPackagesWith from nixpkgs libMilan Pässler2021-01-24
| | | | | | 2f78ee7e816ae39f86bae2e6c61b2d14d3fe3ff4 accidentally changed this from (nixpkgs) stdenv.lib to (beam-modules) lib', which broke things. This changes it back to (nixpkgs) lib.
* pkgs/development: stdenv.lib -> libBen Siraphob2021-01-24
|
* elixir_1_11: init at 1.11.0marco2020-10-07
| | | | Set elixir_1_11 as default elixir version.
* elixir_1_6: removecw2020-09-24
| | | | Additionally removed the now obsolete rebar build dependency for elixir.
* lfe: 1.2.1 -> 1.3Eric Bailey2020-02-10
| | | | Add patches to the builder expression, and add those necessary for 1.3.
* elixir_1_10: init at 1.10.0cw2020-01-27
| | | | | Set elixir_1_10 as default elixir version. Removed elixir_1_5 as support has faded out now.
* beam-modules/hex-snapshot: removeThomas Depierre2019-11-17
| | | | | | The package set is not maintained. It is also not used by most of the BEAM community. Removing it to allow a more useful set of tools fit to the BEAM community in Nixpkgs.
* elixir: default 1.7.4 -> 1.9.0Yorick van Pelt2019-07-15
|
* elixir_1_9: init at 1.9.0-rc.0cw2019-06-21
|
* rebar3: 3.6.1 -> 3.9.0k322019-02-06
| | | | | Remove hermetic patch (make it compatible with the upstream) (Mostly) eliminate the need for hex package registry
* elixir: link to compatibility tableJörg Thalheim2019-01-05
|
* elixir_1_3: Remove since it is not supported anymoreJean-Philippe Cugnet2019-01-05
|
* elixir_1_8: init at 1.8.0-rc.1Jean-Philippe Cugnet2019-01-03
|
* elixir: 1.6.6 -> 1.7.3Jean-Philippe Cugnet2018-08-27
|
* elixir: init 1.7.0Daiderd Jordan2018-07-25
|
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* Elixir: 1.6-rc -> 1.6Justin Wood2018-01-17
|
* Elixir: init 1.6-rc.0 (#33034)Justin Wood2017-12-26
|
* Revert "Merge branch 'improved-make-overridable' of ↵Shea Levy2017-09-29
| | | | | | | git://github.com/ElvishJerricco/nixpkgs" This reverts commit c3af1210b4c5d7ef380e75add463b37574fdcc8b, reversing changes made to 49f175cd0c80a39e1d05fc687c4a2a40e0aba58c.
* Merge branch 'master' into improved-make-overridableWill Fancher2017-09-12
|\
| * hex2nix: 0.0.5 -> 0.0.6Gleb Peregud2017-09-11
| |
| * relx-exe: 3.18.0 -> 3.23.1Gleb Peregud2017-09-11
| |
| * pc: 1.2.0 -> 1.6.0Gleb Peregud2017-09-11
| | | | | | | | Also import rebar3 port compiler independently of hex-packages.nix.
* | Merge branch 'master' into improved-make-overridableWill Fancher2017-08-26
|\|
| * elixir: 1.5.0-rc.2 -> 1.5.0Justin Wood2017-07-25
| |
| * Make sure the LFE test suite is being runJustin Wood2017-07-11
| |
| * Generalize building of LFEJustin Wood2017-07-10
| |
* | Added `overrideScope` for `callPackageWith`Will Fancher2017-07-13
|/ | | | Consequently removing several ad-hoc definitions of the same concept.
* Remove additional OTP version informationJustin Wood2017-06-26
|
* Inherit the elixir versions for beam modulesJustin Wood2017-06-26
| | | | Rename attributes from elixir-1_x to elixir_1_x
* Include Elixir 1.5 rcJustin Wood2017-06-26
|
* Remove defaultScope in favour of rec for elixir versionsJustin Wood2017-06-26
| | | | Also removed superfluous path segments from elixir generic builder