summaryrefslogtreecommitdiff
path: root/modules/programs/nix-index
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-16 22:22:34 +0100
committerGitHub <noreply@github.com>2025-01-16 22:22:34 +0100
commit8e7bd91f353caacc0bc4105f573eb3e17f09e03a (patch)
treec5059edcbebd9644290cad7c653c49a36d593021 /modules/programs/nix-index
parent6bd39d420578aacf7c0bab7de3e7027b952115ae (diff)
parentbd921223ba7cdac346477d7ea5204d6f4736fcc6 (diff)
Merge branch 'LnL7:master' into masterHEADmaster
Diffstat (limited to 'modules/programs/nix-index')
-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.";
};
};