cluster/services/hercules-ci-multi-agent: mkPackageOptionMD -> mkPackageOption
This commit is contained in:
parent
c9c46a678a
commit
bf0aad67e0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
Support is available at [help@hercules-ci.com](mailto:help@hercules-ci.com).
|
||||
'');
|
||||
|
||||
package = lib.mkPackageOptionMD pkgs "hercules-ci-agent" { };
|
||||
package = lib.mkPackageOption pkgs "hercules-ci-agent" { };
|
||||
|
||||
user = lib.mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue