Skip to content

Commit

Permalink
erlang: bump to 27 to fix gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 2, 2024
1 parent ace5b1d commit 6525363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/erlang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
package = lib.mkOption {
type = lib.types.package;
description = "Which package of Erlang to use.";
default = pkgs.erlang;
default = pkgs.erlang_27;
defaultText = lib.literalExpression "pkgs.erlang";
};
};
Expand Down

0 comments on commit 6525363

Please sign in to comment.