summaryrefslogtreecommitdiff
path: root/modules/programs/nix-index/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/nix-index/default.nix')
-rw-r--r--modules/programs/nix-index/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/nix-index/default.nix b/modules/programs/nix-index/default.nix
index 0685346..b6f86f5 100644
--- a/modules/programs/nix-index/default.nix
+++ b/modules/programs/nix-index/default.nix
@@ -11,14 +11,14 @@ in
programs.nix-index.enable = mkOption {
type = types.bool;
default = false;
- description = lib.mdDoc "Whether to enable nix-index and its command-not-found helper.";
+ description = "Whether to enable nix-index and its command-not-found helper.";
};
programs.nix-index.package = mkOption {
type = types.package;
default = pkgs.nix-index;
defaultText = "pkgs.nix-index";
- description = lib.mdDoc "This option specifies the nix-index package to use.";
+ description = "This option specifies the nix-index package to use.";
};
};