infra/services/monitoring/default.nix

8 lines
88 B
Nix

{
imports = [
./exporters
./lgtm
./agent.nix
./hookshot-adapter
];
}