1
0
Fork 0
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:
Daiderd Jordan 2020-12-06 15:26:51 +01:00 committed by GitHub
commit 465539ad1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {