From 0c8addf92376ed513b3aa13df4856bba45063b2e Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 30 Mar 2025 14:17:22 +0300 Subject: feat: use separate NeoVim Nightly overlay flake --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 481a7fc..66d120c 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,13 @@ }; # NOTE: re-following inputs breaks Cachix - neovim-configuration.url = "git+https://git.140041.xyz/neovim-configuration"; + neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; + + neovim-configuration = { + url = "git+https://git.140041.xyz/neovim-configuration"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.neovim-nightly-overlay.follows = "neovim-nightly-overlay"; + }; }; nixConfig = { -- cgit v1.2.3-70-g09d2