feat: add missing props.nix

This commit is contained in:
Alejandro Baez 2022-07-03 12:51:31 -05:00 committed by Mayel de Borniol
parent 930f4c02fc
commit 12b926bbeb

10
props.nix Normal file
View file

@ -0,0 +1,10 @@
{
# the name of the package
app_name = "bonfire";
# the version of the package
app_version = "0.3.0-classic-beta.7";
# version release of elixir
elixir_release = "1.13";
# version release of erlang
erlang_release = "24";
}