1
0
Fork 0
selfhostblocks/modules/contracts/default.nix

6 lines
103 B
Nix
Raw Normal View History

2024-01-12 08:22:46 +01:00
{ lib }:
{
2024-08-07 23:24:14 +02:00
mount = import ./mount.nix { inherit lib; };
2024-01-12 08:22:46 +01:00
ssl = import ./ssl.nix { inherit lib; };
}