use default beamPackages for nix build
This commit is contained in:
parent
a0b001576b
commit
4bc52f527d
15
default.nix
15
default.nix
|
@ -1,14 +1,6 @@
|
|||
{ lib
|
||||
, beam
|
||||
, callPackage
|
||||
, writeShellScriptBin
|
||||
, writeText
|
||||
, yarn2nix
|
||||
, mix2nix
|
||||
, fetchFromGitLab
|
||||
, beamPackages
|
||||
, fetchFromGitHub
|
||||
, fetchgit
|
||||
, fetchurl
|
||||
, git
|
||||
, cmake
|
||||
, nixosTests
|
||||
|
@ -18,10 +10,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
beamPackages = beam.packages.erlangR25.extend (self: super: {
|
||||
elixir = super.elixir_1_14;
|
||||
});
|
||||
inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex;
|
||||
inherit (beamPackages) mixRelease buildMix;
|
||||
in
|
||||
mixRelease rec {
|
||||
pname = "mobilizon";
|
||||
|
|
Loading…
Reference in a new issue