5 lines
56 B
Nix
5 lines
56 B
Nix
|
{ lib }:
|
||
|
{
|
||
|
ssl = import ./ssl.nix { inherit lib; };
|
||
|
}
|