aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
blob: 3e8e6c51ead8f34551f1dd06b124ec1da3216719 (plain) (blame)
1
2
3
4
5
6
let
  rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025)
in
  import (builtins.fetchTarball {
    url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz";
  })