mobilizon: remove obsolete pinned version for beamPackages, elixir

This commit is contained in:
Kerstin Humm 2023-09-12 13:40:00 +02:00 committed by Yt
parent f630c28c3e
commit 1cb28fc8b4

View file

@ -1,8 +1,8 @@
{ lib
, beam
, callPackage
, writeShellScriptBin
, writeText
, beamPackages
, yarn2nix
, mix2nix
, fetchFromGitLab
@ -16,9 +16,6 @@
}:
let
beamPackages = beam.packages.erlangR25.extend (self: super: {
elixir = super.elixir_1_14;
});
inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex;
common = callPackage ./common.nix { };
in