1
0
Fork 0
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:
Dave Nicponski 2020-11-30 20:29:34 -05:00 committed by GitHub
parent 6c6eb8ace6
commit 0884b87b5c
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 {