overlays: downgrade neovim to 0.9.5
It seems colors are totally bonkers in 0.10.0
This commit is contained in:
parent
6dc439a32a
commit
f8ecab0bb1
@ -16,6 +16,17 @@ in
|
|||||||
doCheck = todo "libressl tests disabled when building with musl" false;
|
doCheck = todo "libressl tests disabled when building with musl" false;
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
(_: super: {
|
||||||
|
neovim-unwrapped = super.neovim-unwrapped.overrideAttrs (_: rec {
|
||||||
|
version = "0.9.5";
|
||||||
|
src = super.fetchFromGitHub {
|
||||||
|
owner = "neovim";
|
||||||
|
repo = "neovim";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-CcaBqA0yFCffNPmXOJTo8c9v1jrEBiqAl8CG5Dj5YxE=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
})
|
||||||
] ++
|
] ++
|
||||||
(if isUnstable
|
(if isUnstable
|
||||||
then [
|
then [
|
||||||
|
Loading…
Reference in New Issue
Block a user