diff options
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/neovim.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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"; + }) |
