aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
blob: 915c1e05e600f97dfc30c08479d0ef8be35a2608 (plain) (blame)
1
2
3
import (builtins.fetchTarball {
  url = "https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz";
})