selfhostblocks/modules/contracts/default.nix
2024-01-19 10:45:49 -08:00

4 lines
56 B
Nix

{ lib }:
{
ssl = import ./ssl.nix { inherit lib; };
}