mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add neovim-nightly overlay
This commit is contained in:
@@ -8,4 +8,7 @@ final: prev: {
|
||||
vpngate = prev.callPackage ./vpngate { };
|
||||
yar = prev.callPackage ./yar { };
|
||||
|
||||
# overrides
|
||||
neovim = prev.pkgs.neovim-nightly;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user