This commit is contained in:
parent
412a8f606f
commit
1426a2b35f
1 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,17 @@ final: prev: {
|
|||
inherit src;
|
||||
});
|
||||
|
||||
# FIXME: breaking changes with LspStart in nivm-lspconfig
|
||||
neovim-unwrapped = prev.neovim-unwrapped.overrideAttrs (o: rec {
|
||||
version = "0.11.1";
|
||||
src = final.fetchFromGitHub {
|
||||
owner = "neovim";
|
||||
repo = "neovim";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-kJvKyNjpqIKa5aBi62jHTCb1KxQ4YgYtBh/aNYZSeO8=";
|
||||
};
|
||||
});
|
||||
|
||||
# normal electron has a lot of cache misses for me
|
||||
electron = final.electron-bin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue