mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
7 lines
138 B
Nix
7 lines
138 B
Nix
![]() |
{ system, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
caddy = import ./caddy.nix { inherit system pkgs; };
|
||
|
nginx = import ./nginx.nix { inherit system pkgs; };
|
||
|
}
|