0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +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

@ -8,7 +8,7 @@ let
in
{
options = {
services.vmwareGuest.enable = mkEnableOption "Enable VMWare Guest Support";
services.vmwareGuest.enable = mkEnableOption "VMWare Guest Support";
};
config = mkIf cfg.enable {