Skip to content

Commit

Permalink
expose withNodeJs option (nix-community#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits authored Mar 3, 2024
1 parent d85f710 commit 40286bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wrappers/modules/output.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ with lib; {
'';
};

withNodeJs = mkOption {
type = types.bool;
default = false;
description = "Enable Node provider.";
};

package = mkOption {
type = types.package;
default = pkgs.neovim-unwrapped;
Expand Down Expand Up @@ -84,6 +90,7 @@ with lib; {
extraPython3Packages
viAlias
vimAlias
withNodeJs
;
# inherit customRC;
plugins = normalizedPlugins;
Expand Down

0 comments on commit 40286bf

Please sign in to comment.