Loading doc/release-notes/rl-2605.section.md +1 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,7 @@ - `mold` is now wrapped by default. - `neovim` now disables by default the `python3` and `ruby` providers, unused by most users and reducing closure size from 365MiB to 240MiB. ### Deprecations {#sec-nixpkgs-release-26.05-lib-deprecations} Loading pkgs/applications/editors/neovim/utils.nix +3 −3 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ let # the function you would have passed to python.withPackages extraPythonPackages ? (_: [ ]), # the function you would have passed to python.withPackages withPython3 ? true, withPython3 ? false, extraPython3Packages ? (_: [ ]), # the function you would have passed to lua.withPackages extraLuaPackages ? (_: [ ]), Loading Loading @@ -243,9 +243,9 @@ let */ generateProviderRc = { withPython3 ? true, withPython3 ? false, withNodeJs ? false, withRuby ? true, withRuby ? false, # Perl is problematic https://github.com/NixOS/nixpkgs/issues/132368 withPerl ? false, Loading pkgs/applications/editors/neovim/wrapper.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37,14 +37,14 @@ let # should contain all args but the binary. Can be either a string or list wrapperArgs ? [ ], withPython2 ? false, withPython3 ? true, withPython3 ? false, # the function you would have passed to python3.withPackages extraPython3Packages ? (_: [ ]), waylandSupport ? lib.meta.availableOn stdenv.hostPlatform wayland, withNodeJs ? false, withPerl ? false, withRuby ? true, withRuby ? false, # wether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim vimAlias ? false, Loading Loading
doc/release-notes/rl-2605.section.md +1 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,7 @@ - `mold` is now wrapped by default. - `neovim` now disables by default the `python3` and `ruby` providers, unused by most users and reducing closure size from 365MiB to 240MiB. ### Deprecations {#sec-nixpkgs-release-26.05-lib-deprecations} Loading
pkgs/applications/editors/neovim/utils.nix +3 −3 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ let # the function you would have passed to python.withPackages extraPythonPackages ? (_: [ ]), # the function you would have passed to python.withPackages withPython3 ? true, withPython3 ? false, extraPython3Packages ? (_: [ ]), # the function you would have passed to lua.withPackages extraLuaPackages ? (_: [ ]), Loading Loading @@ -243,9 +243,9 @@ let */ generateProviderRc = { withPython3 ? true, withPython3 ? false, withNodeJs ? false, withRuby ? true, withRuby ? false, # Perl is problematic https://github.com/NixOS/nixpkgs/issues/132368 withPerl ? false, Loading
pkgs/applications/editors/neovim/wrapper.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37,14 +37,14 @@ let # should contain all args but the binary. Can be either a string or list wrapperArgs ? [ ], withPython2 ? false, withPython3 ? true, withPython3 ? false, # the function you would have passed to python3.withPackages extraPython3Packages ? (_: [ ]), waylandSupport ? lib.meta.availableOn stdenv.hostPlatform wayland, withNodeJs ? false, withPerl ? false, withRuby ? true, withRuby ? false, # wether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim vimAlias ? false, Loading