mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
6 lines
138 B
Nix
6 lines
138 B
Nix
{ system, pkgs, ... }:
|
|
|
|
{
|
|
caddy = import ./caddy.nix { inherit system pkgs; };
|
|
nginx = import ./nginx.nix { inherit system pkgs; };
|
|
}
|