Add neovim-nightly overlay

This commit is contained in:
Dave Gallant
2021-07-18 21:25:34 -04:00
parent 46dfd4b9c3
commit 71decebd73
9 changed files with 131 additions and 50 deletions

View File

@@ -8,4 +8,7 @@ final: prev: {
vpngate = prev.callPackage ./vpngate { };
yar = prev.callPackage ./yar { };
# overrides
neovim = prev.pkgs.neovim-nightly;
}