0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

fix argument in mkEnableOption

This commit is contained in:
Arseniy Seroka 2015-06-21 18:19:46 +03:00
parent f780791429
commit cf44a27fc4
14 changed files with 17 additions and 17 deletions

View file

@ -104,7 +104,7 @@ in
};
alerts = {
enable = mkEnableOption "Whether to enable consul-alerts";
enable = mkEnableOption "consul-alerts";
package = mkOption {
description = "Package to use for consul-alerts.";