neovim-unwrapped: move to pkgs/by name

+1 -1
pkgs/applications/editors/neovim/default.nix pkgs/by-name/ne/neovim-unwrapped/package.nix
pkgs/applications/editors/neovim/system_rplugin_manifest.patch pkgs/by-name/ne/neovim-unwrapped/system_rplugin_manifest.patch
pkgs/applications/editors/neovim/treesitter-parsers.nix pkgs/by-name/ne/neovim-unwrapped/treesitter-parsers.nix
pkgs/applications/editors/neovim/update-treesitter-parsers.py pkgs/by-name/ne/neovim-unwrapped/update-treesitter-parsers.py
+1 -1
pkgs/top-level/all-packages.nix
··· 35313 35313 # so expect breakage. use wrapNeovim instead if you want a stable alternative 35314 35314 wrapNeovimUnstable = callPackage ../applications/editors/neovim/wrapper.nix { }; 35315 35315 wrapNeovim = neovim-unwrapped: lib.makeOverridable (neovimUtils.legacyWrapper neovim-unwrapped); 35316 - neovim-unwrapped = callPackage ../applications/editors/neovim { 35316 + neovim-unwrapped = callPackage ../by-name/ne/neovim-unwrapped/package.nix { 35317 35317 CoreServices = darwin.apple_sdk.frameworks.CoreServices; 35318 35318 lua = if lib.meta.availableOn stdenv.hostPlatform luajit then luajit else lua5_1; 35319 35319 };