diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-16 22:22:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 22:22:34 +0100 |
| commit | 8e7bd91f353caacc0bc4105f573eb3e17f09e03a (patch) | |
| tree | c5059edcbebd9644290cad7c653c49a36d593021 /modules/programs/nix-index/default.nix | |
| parent | 6bd39d420578aacf7c0bab7de3e7027b952115ae (diff) | |
| parent | bd921223ba7cdac346477d7ea5204d6f4736fcc6 (diff) | |
Diffstat (limited to 'modules/programs/nix-index/default.nix')
| -rw-r--r-- | modules/programs/nix-index/default.nix | 4 |
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."; }; }; |
