Skip to content

Commit

Permalink
chore(flake): note beam_nox option
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Aug 25, 2024
1 parent 0cee71e commit 68f7f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@

########################
# Erlang/Elixir versions

erl = with pkgs; beam.packages.erlang_26;
# # Use graphics-free Erlang. Makes sense but requires full rebuild, as of 10/2024
# erl = with pkgs; beam_nox.packages.erlang_26;
ex = erl.elixir_1_16;

########################
Expand Down

0 comments on commit 68f7f0e

Please sign in to comment.