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 { withNodeJs = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
@ -88,6 +94,7 @@ with lib;
extraPython3Packages extraPython3Packages
viAlias viAlias
vimAlias vimAlias
withRuby
withNodeJs withNodeJs
; ;
# inherit customRC; # inherit customRC;