瀏覽代碼

nixpkgs/neovim: disable ruby support

Thomas Dy 2 年之前
父節點
當前提交
a471172fc0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .config/nixpkgs/neovim/neovim.nix

+ 1 - 0
.config/nixpkgs/neovim/neovim.nix

@@ -49,6 +49,7 @@ let
 in
 neovim.override {
   extraMakeWrapperArgs = "--prefix PATH : ${lib.makeBinPath extraPath}";
+  withRuby = false;
   configure = {
     customRC = ''
       source ${./settings.lua}