0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

treewide: replace mkPackageOptionMD with mkPackageOption

This commit is contained in:
h7x4 2023-11-30 19:03:14 +01:00
parent 9b11307f42
commit 79d3d59f58
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146
128 changed files with 155 additions and 155 deletions

View file

@ -87,7 +87,7 @@ in
options.services.syncoid = {
enable = mkEnableOption (lib.mdDoc "Syncoid ZFS synchronization service");
package = lib.mkPackageOptionMD pkgs "sanoid" {};
package = lib.mkPackageOption pkgs "sanoid" {};
interval = mkOption {
type = types.str;