fix argument in mkEnableOption

This commit is contained in:
Arseniy Seroka
2015-06-21 18:21:21 +03:00
parent f780791429
commit cf44a27fc4
14 changed files with 17 additions and 17 deletions
+1 -1
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.";