From 593da5b9b0c8e4befa30aac3f2acc49b870b9bb9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 10 Aug 2025 17:15:12 +0530 Subject: Package changes + switch to neovim nightly --- overlays/neovim.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'overlays') diff --git a/overlays/neovim.nix b/overlays/neovim.nix index 915c1e0..5e55257 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -1,3 +1,6 @@ -import (builtins.fetchTarball { - url = "https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz"; -}) +let + rev = "95727f7d4ebe43435c826ab618933198ab30effe"; # "master" (6th Aug 2025) +in + import (builtins.fetchTarball { + url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz"; + }) -- cgit v1.3.1