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