소스 검색

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}