mobilizon: remove obsolete pinned version for beamPackages, elixir
This commit is contained in:
parent
f630c28c3e
commit
1cb28fc8b4
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ lib
|
{ lib
|
||||||
, beam
|
|
||||||
, callPackage
|
, callPackage
|
||||||
, writeShellScriptBin
|
, writeShellScriptBin
|
||||||
, writeText
|
, writeText
|
||||||
|
, beamPackages
|
||||||
, yarn2nix
|
, yarn2nix
|
||||||
, mix2nix
|
, mix2nix
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
|
@ -16,9 +16,6 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
beamPackages = beam.packages.erlangR25.extend (self: super: {
|
|
||||||
elixir = super.elixir_1_14;
|
|
||||||
});
|
|
||||||
inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex;
|
inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex;
|
||||||
common = callPackage ./common.nix { };
|
common = callPackage ./common.nix { };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue