From 79d3d59f58cccc6c1d167b8f6b8b6bd27b663aa7 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 30 Nov 2023 19:03:14 +0100 Subject: treewide: replace `mkPackageOptionMD` with `mkPackageOption` --- nixos/modules/services/monitoring/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/monitoring/loki.nix') diff --git a/nixos/modules/services/monitoring/loki.nix b/nixos/modules/services/monitoring/loki.nix index f3b97e9151ea..fade3c4fbad3 100644 --- a/nixos/modules/services/monitoring/loki.nix +++ b/nixos/modules/services/monitoring/loki.nix @@ -22,7 +22,7 @@ in { ''; }; - package = lib.mkPackageOptionMD pkgs "grafana-loki" { }; + package = lib.mkPackageOption pkgs "grafana-loki" { }; group = mkOption { type = types.str; -- cgit 1.4.1