2024-02-29 20:09:43 +00:00
|
|
|
{ lib, ... }:
|
2022-10-21 18:38:19 +00:00
|
|
|
{
|
2024-02-29 20:09:43 +00:00
|
|
|
imports = [
|
|
|
|
(lib.mkRemovedOptionModule [ "services" "github-runner" ] "Use `services.github-runners.*` instead")
|
|
|
|
./github-runner/options.nix
|
|
|
|
./github-runner/service.nix
|
|
|
|
];
|
2023-01-20 10:41:00 +00:00
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
meta.maintainers = with lib.maintainers; [ veehaitch newam ];
|
2022-10-21 18:38:19 +00:00
|
|
|
}
|