Skip to content

Commit

Permalink
fix(nix): Revert to Erlang R26 as it is a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 29, 2023
1 parent fde341d commit f136c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
f rec {
inherit system;
pkgs = nixpkgs.legacyPackages.${system};
beamPackages = pkgs.beam.packages.erlang_25;
beamPackages = pkgs.beam.packages.erlang_26;
elixir = beamPackages.elixir_1_15;
});

Expand Down

0 comments on commit f136c39

Please sign in to comment.