summaryrefslogtreecommitdiff
path: root/modules/services/github-runner/options.nix
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-12-07 12:53:16 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-12-07 12:54:17 +1100
commitd8255f09da39e603e710149dc87a5f3eaa4ff049 (patch)
tree927c7565d6ebde3927ffbdefce1f2b2240a6f4eb /modules/services/github-runner/options.nix
parent55d07816a0944f06a9df5ef174999a72fa4060c7 (diff)
github-runner: remove `with lib;`
Diffstat (limited to 'modules/services/github-runner/options.nix')
-rw-r--r--modules/services/github-runner/options.nix4
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 = ''