summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorDave Nicponski <dave.nicponski@gmail.com>2020-11-30 20:29:34 -0500
committerGitHub <noreply@github.com>2020-11-30 20:29:34 -0500
commit0884b87b5c0cacf67a2ffd8dc8cd1d7c629ba8f6 (patch)
treed7e7321a3ddd6155d9c26a38c8281202201e2b07 /modules/programs
parent6c6eb8ace6599a33eeb33e28453a601ab02e523e (diff)
Fix typo in nix-index docstring
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/nix-index/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/nix-index/default.nix b/modules/programs/nix-index/default.nix
index 8faa147..b6f86f5 100644
--- a/modules/programs/nix-index/default.nix
+++ b/modules/programs/nix-index/default.nix
@@ -11,7 +11,7 @@ in
programs.nix-index.enable = mkOption {
type = types.bool;
default = false;
- description = "Whether to enable nix-index and it's command-not-found helper.";
+ description = "Whether to enable nix-index and its command-not-found helper.";
};
programs.nix-index.package = mkOption {