1{ lib, ... }: 2{ 3 imports = [ 4 (lib.mkRemovedOptionModule [ "services" "github-runner" ] "Use `services.github-runners.*` instead") 5 ./github-runner/options.nix 6 ./github-runner/service.nix 7 ]; 8 9 meta.maintainers = with lib.maintainers; [ veehaitch ]; 10}