Revert "pin elixir version for nix builds again"
This reverts commit 975d43c2ae
.
This commit is contained in:
parent
975d43c2ae
commit
3a2e5aa9a5
|
@ -10,10 +10,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
beamPackages = beam_nox.packages.erlang.extend (self: super: {
|
||||
elixir = super.elixir_1_15;
|
||||
});
|
||||
inherit (beamPackages) mixRelease buildMix elixir;
|
||||
inherit (beam_nox.packages.erlang) mixRelease buildMix elixir;
|
||||
in
|
||||
mixRelease rec {
|
||||
pname = "mobilizon";
|
||||
|
|
Loading…
Reference in a new issue