From e00896468a4723c799b3904e2d10f0cf9a0ff847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Milojevi=C4=87?= Date: Mon, 1 Jul 2024 16:24:41 +0200 Subject: chore: remove mkpackageoptionmd deprecation --- modules/services/github-runner/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services/github-runner/options.nix') diff --git a/modules/services/github-runner/options.nix b/modules/services/github-runner/options.nix index f6c4830..772eb78 100644 --- a/modules/services/github-runner/options.nix +++ b/modules/services/github-runner/options.nix @@ -199,7 +199,7 @@ with lib; default = { }; }; - package = mkPackageOptionMD pkgs "github-runner" { }; + package = mkPackageOption pkgs "github-runner" { }; ephemeral = mkOption { type = types.bool; -- cgit v1.2.3