diff options
Diffstat (limited to 'modules/services/github-runner/options.nix')
| -rw-r--r-- | modules/services/github-runner/options.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/services/github-runner/options.nix b/modules/services/github-runner/options.nix index 8f98aa0..7508434 100644 --- a/modules/services/github-runner/options.nix +++ b/modules/services/github-runner/options.nix @@ -3,7 +3,9 @@ , ... }: -with lib; +let + inherit (lib) literalExpression mkOption mkPackageOption types; +in { options.services.github-runners = mkOption { description = '' |
