don't force latest elixir (fix for nixos 24.11)

This commit is contained in:
Jeremy Penner 2025-05-14 22:35:51 -04:00
parent e8ac7d2d61
commit e48dd564eb

View file

@ -5,7 +5,7 @@ defmodule SpindleyBot.MixProject do
[
app: :spindleybot,
version: "0.1.0",
elixir: "~> 1.18",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
deps: deps()
]
@ -27,9 +27,6 @@ defmodule SpindleyBot.MixProject do
{:nostrum, "~> 0.10"},
{:dotenvy, "~> 1.0.0"},
{:req, "~> 0.5.0"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
end
end