nix: pin neovim

This commit is contained in:
Léana 江 2024-03-23 12:58:09 +01:00 committed by Léana 江
parent 97a6578fa3
commit c89cc68eb2
4 changed files with 22 additions and 0 deletions

View file

@ -2,9 +2,11 @@
config,
pkgs,
lib,
neovim-pin,
...
}: {
programs.neovim = {
package = neovim-pin.neovim-unwrapped;
enable = true;
defaultEditor = true;
extraPackages = with pkgs;