neovim-unwrapped: move to pkgs/by name
This commit is contained in:
committed by
Matthieu Coudron
parent
14e704d967
commit
32d21ca630
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user