summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-12-06 15:26:51 +0100
committerGitHub <noreply@github.com>2020-12-06 15:26:51 +0100
commit465539ad1d1ad458bd2179e5b10ad1d487f92e0a (patch)
treef9db1fe7efc27545aee36e74822cf74cd8f0d4a0 /modules/programs
parent32924fe28d0ee18b57491002e028c1f6d6cca390 (diff)
parent0884b87b5c0cacf67a2ffd8dc8cd1d7c629ba8f6 (diff)
Merge pull request #259 from virusdave/patch-1
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 {