diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:15:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:15:12 +0530 |
| commit | 593da5b9b0c8e4befa30aac3f2acc49b870b9bb9 (patch) | |
| tree | d112e9b11d3122ac54d4f100e7a1fe3a0ea466f7 /overlays | |
| parent | 975482d641837fc6728b8dd882aa0ee282987702 (diff) | |
| download | nixos-config-593da5b9b0c8e4befa30aac3f2acc49b870b9bb9.tar.gz nixos-config-593da5b9b0c8e4befa30aac3f2acc49b870b9bb9.zip | |
Package changes + switch to neovim nightly
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"; + }) |
