summary refs log tree commit diff
path: root/pkgs/development/beam-modules
Commit message (Collapse)AuthorAge
* gitUpdater: initJosé Romildo2022-02-21
| | | | | | | - Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
* erlang-ls: 0.23.0 -> 0.23.1R. Ryantm2022-02-18
|
* erlang-ls: 0.22.0 -> 0.23.0R. RyanTM2022-02-16
| | | (#160146)
* erlang-ls: 0.21.2 -> 0.22.0R. Ryantm2022-02-10
|
* Merge pull request #156018 from r-ryantm/auto-update/elvis-erlangSandro2022-01-24
|\
| * elvis-erlang: 1.0.1 -> 1.1.0R. Ryantm2022-01-21
| |
* | mixRelease: allow specifying buildInputs (#156288)Yuka2022-01-23
|/
* erlang-ls: 0.20.0 -> 0.21.2 (#148837)R. RyanTM2022-01-13
|
* beamPackages.hex: 0.21.2 -> 1.0.1cw7892021-12-15
|
* elixir-ls: 0.8.1 -> 0.9.0 (#148671)Raphael Megzari2021-12-08
|
* elixir_1_13: init (#148619)Chris Wögi2021-12-07
|
* elixir-ls: build LS using the same Elixir version that is used to run LSSergei Maximov2021-11-03
| | | | | | | | | | | | | | | | | | | The Elixir LS package in Nixpkgs by default used the latest Elixir version available to compile and run Elixir LS. The user can build a custom Elixir LS package with a different Elixir version: my-custom-elixir-ls = pkgs.elixir-ls.override { elixir = my-custom-elixir; }; But by doing so the user changes only the Elixir version used to run Elixir LS; the Elixir version used to compile Elixir LS doesn't change. As the result, the custom Elixir LS package uses a different Elixir version at runtime than the Elixir version it was compiled with. In order to be able to modify the Elixir version used at build time, I changed `mixRelease` and `fetchMixDeps` to accept `elixir` and `hex` as parameters (defaults to the latest Elixir and Hex packages).
* beam-modules: webdriver: rename versionAndersonTorres2021-10-05
|
* erlang-ls: 0.19.0 -> 0.20.0R. RyanTM2021-10-05
|
* beam: mix-release: do not use substituteInPlace on binarieshappysalada2021-10-03
|
* erlang-ls: 0.18.0 -> 0.19.0R. RyanTM2021-09-11
|
* elixir-ls: 0.8.0 -> 0.8.1happysalada2021-09-02
|
* elixir_ls: add update scripthappysalada2021-09-02
|
* erlang-ls: add updateScriptDavid2021-08-18
| | | | To ensure dependencies are also updated
* fetch-rebar-deps: phases deprecation fixhappysalada2021-08-17
|
* fetch-hex: deprecate phases fixhappysalada2021-08-17
|
* beam-modules: deprecate phasesFelix Buehler2021-08-17
|
* elixir_ls: 0.7.0 -> 0.8.0happysalada2021-08-16
|
* erlang-ls: 0.17.0 -> 0.18.0R. RyanTM2021-08-15
|
* mix: add build mix and mix-release configure-hookhappysalada2021-08-04
|
* mix-release: add ERL_LIBS paths to _build dirhappysalada2021-08-04
|
* erlang-ls: skip tests on darwinDavid2021-08-01
|
* elvis: init at 1.0.1David2021-07-09
|
* rebar3-release: remove name attributehappysalada2021-07-08
|
* rebar3-release: add pnamehappysalada2021-07-08
|
* rebar3-release: nixpkgs-fmthappysalada2021-07-07
|
* Merge pull request #129250 from dlesl/erlfmtSandro2021-07-06
|\
| * erlfmt: init at 1.0.0David2021-07-05
| |
| * rebar3Relx: allow `passthru` to be overriddenDavid2021-07-04
| |
* | rebar3-nix: 0.1.0 -> 0.1.1David2021-07-04
|/
* erlang-ls: 0.16.0 -> 0.17.0David2021-06-15
|
* mix-release: add rebar dependencyhappysalada2021-06-09
|
* erlang-ls: add checkPhaseDavid2021-06-09
|
* rebar3-proper: init at 0.12.1David2021-06-09
|
* rebar3WithPlugins: add ability to ignore dependenciesDavid2021-06-09
|
* beam/buildMix: pass on custom nativeBuildInputsMilan Pässler2021-06-08
| | | | | 3bc80f19388a8b29b65c91fd4550f51cbc9a3a96 changed buildInputs to nativeBuildInputs, but broke specifying custom nativeBuildInputs.
* mix-release: add commentshappysalada2021-06-07
|
* mix-release: do not override fixup to strip binaryhappysalada2021-06-07
|
* mix-release: remove erlang ref in resulting derivationhappysalada2021-06-07
|
* build-mix buildRebar3: strip out derivation for NIFshappysalada2021-06-07
|
* mix-release: remove erlang ref in erts dirhappysalada2021-06-07
|
* mix-release: remove rebar dephappysalada2021-06-07
|
* buildMix: switch buildInputs to nativeBuildInputshappysalada2021-06-07
|
* rebar3Relx: strip native binariesDavid2021-06-07
|
* rebar3Relx: only link executables in $out/binDavid2021-06-06
|