overlays: remove neovim overlay

This commit is contained in:
Aaron Bieber 2024-05-27 08:08:12 -06:00
parent 050718aada
commit 947a3abd28
No known key found for this signature in database

View File

@ -16,17 +16,6 @@ in
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
then [