mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #259 from virusdave/patch-1
Fix typo in nix-index docstring
This commit is contained in:
commit
465539ad1d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
programs.nix-index.enable = mkOption {
|
programs.nix-index.enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
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 {
|
programs.nix-index.package = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue