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