mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
FusionPBX: now with 90% more apps!
This commit is contained in:
parent
96ec670b6d
commit
172e1a95cd
4 changed files with 91 additions and 12 deletions
|
|
@ -92,6 +92,13 @@ let
|
|||
|
||||
fusionpbx = self.callPackage ./fusionpbx { };
|
||||
|
||||
fusionpbx-apps = self.callPackage ./fusionpbx-apps { };
|
||||
|
||||
fusionpbxWithApps = apps: self.symlinkJoin {
|
||||
inherit (self.fusionpbx) version name;
|
||||
paths = [ self.fusionpbx ] ++ apps;
|
||||
};
|
||||
|
||||
} // super.lib.optionalAttrs (builtins.pathExists ../config/trusted/pkgs)
|
||||
(import ../config/trusted/pkgs { inherit super self; });
|
||||
pkgs = import sources.nixpkgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue