Explorar o código

nixpkgs/neovim: disable ruby support

Thomas Dy %!s(int64=2) %!d(string=hai) anos
pai
achega
a471172fc0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}