2020-03-30 21:07:05 +01:00
|
|
|
{ system ? builtins.currentSystem,
|
|
|
|
config ? {},
|
|
|
|
pkgs ? import ../../.. { inherit system config; }
|
|
|
|
}: {
|
|
|
|
fpm = import ./fpm.nix { inherit system pkgs; };
|
2020-04-16 20:48:40 +01:00
|
|
|
httpd = import ./httpd.nix { inherit system pkgs; };
|
2020-03-31 18:06:04 +01:00
|
|
|
pcre = import ./pcre.nix { inherit system pkgs; };
|
2020-03-30 21:07:05 +01:00
|
|
|
}
|