move callPackage into the export set for 'Erlang'
This allows us to have a callPackages that includes erlang packages
This commit is contained in:
parent
99bf9bf07a
commit
a0309d871c
@ -1,9 +1,10 @@
|
||||
{ pkgs }: #? import <nixpkgs> {} }:
|
||||
|
||||
let
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
|
||||
self = rec {
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
|
||||
buildErlang = callPackage ./build-erlang.nix {};
|
||||
buildHex = callPackage ./build-hex.nix {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user