mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-15 08:46:25 +00:00
Fix typo in nix-index docstring
This commit is contained in:
parent
6c6eb8ace6
commit
0884b87b5c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue