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:
parent
f780791429
commit
cf44a27fc4
14 changed files with 17 additions and 17 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue