neovim-unwrapped: move to pkgs/by name

This commit is contained in:
Matthieu C.
2024-05-04 14:24:41 +02:00
committed by Matthieu Coudron
parent 14e704d967
commit 32d21ca630
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -35313,7 +35313,7 @@ with pkgs;
# so expect breakage. use wrapNeovim instead if you want a stable alternative
wrapNeovimUnstable = callPackage ../applications/editors/neovim/wrapper.nix { };
wrapNeovim = neovim-unwrapped: lib.makeOverridable (neovimUtils.legacyWrapper neovim-unwrapped);
neovim-unwrapped = callPackage ../applications/editors/neovim {
neovim-unwrapped = callPackage ../by-name/ne/neovim-unwrapped/package.nix {
CoreServices = darwin.apple_sdk.frameworks.CoreServices;
lua = if lib.meta.availableOn stdenv.hostPlatform luajit then luajit else lua5_1;
};