repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git]
/
nixos
/
modules
/
services
/
continuous-integration
/
github-runners.nix
blob
4a4608c2e4f89ac9d658360929cae8ecd2dd30ba
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 newam ];
10
}