diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:30:52 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:30:52 +0530 |
| commit | 31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3 (patch) | |
| tree | 5fa95ae4e595679b47f1fe0b4378ed4a41ed0c89 /overlays | |
| parent | e3aa8a0ca785fc82069ed89f0e1e2449ddfe0358 (diff) | |
| download | nixos-config-31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3.tar.gz nixos-config-31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3.zip | |
Remove nvim setup
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/neovim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/neovim.nix b/overlays/neovim.nix index 3e8e6c5..39f5e06 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -1,5 +1,5 @@ let - rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025) + rev = "14a21b492d6acd79495b14c9d127a94b77c0b72c"; # (24 Dec 2025) in import (builtins.fetchTarball { url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz"; |
