diff options
| author | Dave Nicponski <dave.nicponski@gmail.com> | 2020-11-30 20:29:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 20:29:34 -0500 |
| commit | 0884b87b5c0cacf67a2ffd8dc8cd1d7c629ba8f6 (patch) | |
| tree | d7e7321a3ddd6155d9c26a38c8281202201e2b07 /modules/programs/nix-index/default.nix | |
| parent | 6c6eb8ace6599a33eeb33e28453a601ab02e523e (diff) | |
Fix typo in nix-index docstring
Diffstat (limited to 'modules/programs/nix-index/default.nix')
| -rw-r--r-- | modules/programs/nix-index/default.nix | 2 |
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 { |
