diff --git a/wrappers/modules/output.nix b/wrappers/modules/output.nix index 2d62ecb0..661adb3f 100644 --- a/wrappers/modules/output.nix +++ b/wrappers/modules/output.nix @@ -24,6 +24,12 @@ with lib; ''; }; + withRuby = mkOption { + type = types.bool; + default = true; + description = "Enable Ruby provider."; + }; + withNodeJs = mkOption { type = types.bool; default = false; @@ -88,6 +94,7 @@ with lib; extraPython3Packages viAlias vimAlias + withRuby withNodeJs ; # inherit customRC;