chore: remove mkpackageoptionmd deprecation

This commit is contained in:
Nikola Milojević 2024-07-01 16:24:41 +02:00
parent 50581970f3
commit e00896468a
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -199,7 +199,7 @@ with lib;
default = { };
};
package = mkPackageOptionMD pkgs "github-runner" { };
package = mkPackageOption pkgs "github-runner" { };
ephemeral = mkOption {
type = types.bool;