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