summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
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 {