Revert "Update to Neovim 0.10 via nixpkgs-unstable"

This reverts commit 38fc21d38a.
This commit is contained in:
Oliver Davies 2024-07-08 10:50:02 +01:00
parent ed2da4114e
commit 212875603b

View file

@ -257,12 +257,10 @@ rec {
mkNeovim =
{ system }:
let
inherit (pkgs) lib neovim;
extraPackages = mkExtraPackages { inherit system; };
pkgs = legacyPackages.${system};
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages.${system};
start = mkNeovimPlugins { inherit system; };
inherit (pkgs) lib;
inherit (pkgsUnstable) neovim;
in
neovim.override {
configure = {