diff --git a/README.md b/README.md index ca90aeb..392f9a2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ lua < { } }: let - neovim = pkgs.neovim.override { + neovim = (pkgs.neovim.override { withPython = false; withRuby = false; @@ -25,7 +25,11 @@ let nvim-lspconfig ]; }; - }; + }).overrideAttrs (old: { + buildCommand = old.buildCommand + '' + mv $out/bin/nvim{,-test} + ''; + }); # lua luaRc = ''