expose withRuby option

This commit is contained in:
Michael Franzl 2024-05-07 09:45:32 +02:00 committed by Gaétan Lepage
parent 62f32bfc71
commit b731bedfb9

View file

@ -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;