Skip to content

Commit

Permalink
rabbitmq-server: use Elixir 1.17
Browse files Browse the repository at this point in the history
Elixir will be bumped to version 1.18 which is not yet supported by
rabbitmq-server.
  • Loading branch information
samueltardieu committed Dec 23, 2024
1 parent 0aa9c67 commit 77d48f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11974,7 +11974,7 @@ with pkgs;

rabbitmq-server = callPackage ../by-name/ra/rabbitmq-server/package.nix rec {
erlang = erlang_27;
elixir = pkgs.elixir.override { inherit erlang; };
elixir = elixir_1_17.override { inherit erlang; };
};

qcal = callPackage ../tools/networking/qcal/default.nix { };
Expand Down

0 comments on commit 77d48f1

Please sign in to comment.