Skip to content

Commit

Permalink
Upgrade to Elixir 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Mar 14, 2024
1 parent cf69fba commit 9f6bfc3
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 @@ -14,7 +14,7 @@
inherit (pkgs.lib) optional optionals;
pkgs = nixpkgs.legacyPackages.${system};

elixir = pkgs.beam.packages.erlang.elixir;
elixir = pkgs.beam.packages.erlang.elixir_1_16;
beamPackages = pkgs.beam.packagesWith pkgs.beam.interpreters.erlang;

src = ./.;
Expand Down

0 comments on commit 9f6bfc3

Please sign in to comment.