mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Shrink image size
This commit is contained in:
parent
f66e3dde6a
commit
062f6cd5a1
3 changed files with 29 additions and 6 deletions
|
|
@ -29,7 +29,6 @@
|
|||
gopls
|
||||
pyright
|
||||
nil
|
||||
phpactor
|
||||
];
|
||||
neovim-with-deps = recursiveMerge [
|
||||
pkgs.neovim-unwrapped
|
||||
|
|
@ -42,10 +41,10 @@
|
|||
'';
|
||||
in rec {
|
||||
packages.neovim = pkgs.wrapNeovim neovim-with-deps ({
|
||||
viAlias = true;
|
||||
viAlias = false;
|
||||
vimAlias = true;
|
||||
withRuby = false;
|
||||
withPython3 = true;
|
||||
withPython3 = false;
|
||||
extraMakeWrapperArgs = ''--prefix PATH : "${pkgs.lib.makeBinPath dependencies}"'';
|
||||
configure = {
|
||||
customRC =
|
||||
|
|
@ -57,7 +56,6 @@
|
|||
};
|
||||
};
|
||||
});
|
||||
|
||||
apps.neovim = flake-utils.lib.mkApp {
|
||||
drv = packages.neovim; name = "neovim"; exePath = "/bin/nvim";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue