nixfiles/depot/modules/meta/default.nix
2021-08-18 00:31:04 +01:00

9 lines
86 B
Nix

{ ... }:
{
imports = [
./imports.nix
./deploy.nix
./network.nix
];
}