use the neovim nightly package directly instead of the overlay
This commit is contained in:
parent
edf706a481
commit
ef1ac63f95
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in {
|
|||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.neovim;
|
||||
enableMan = true;
|
||||
defaultEditor = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue