From a0163ad377303fa746d023726230a8b94173ceaf Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 20:37:40 +0900 Subject: feat(flake): neovim -> neovim-nightly This commit replaces neovim with nix-community's neovim-nightly overlay flake, in an effort to reduce the frequency of dependency build errors. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0dcca80..cedcda4 100644 --- a/flake.nix +++ b/flake.nix @@ -14,8 +14,8 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "unstable"; - neovim.url = "github:neovim/neovim?dir=contrib"; - neovim.inputs.nixpkgs.follows = "unstable"; + neovim-nightly.url = "github:nix-community/neovim-nightly-overlay"; + neovim-nightly.inputs.nixpkgs.follows = "unstable"; helix.url = "github:helix-editor/helix"; helix.inputs.nixpkgs.follows = "unstable"; -- cgit 1.4.1