diff options
author | Minijackson <minijackson@riseup.net> | 2025-02-03 17:59:29 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-02-03 17:59:29 +0100 |
commit | 8726516655b7668d7fd9805a004c6281e27a2f9f (patch) | |
tree | dc7ae4e0eed58907e74084a0a136d2671e2b640b | |
parent | 12d5236ef6cd207b5da47bb85cbf99ef04e699cd (diff) | |
download | nixos-config-reborn-8726516655b7668d7fd9805a004c6281e27a2f9f.tar.gz nixos-config-reborn-8726516655b7668d7fd9805a004c6281e27a2f9f.zip |
common/nixvim: install neovim from unstable
-rw-r--r-- | common/nixvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index b9e2dd4..a935c67 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -697,7 +697,7 @@ inputs: | |||
697 | 697 | ||
698 | nixpkgs.overlays = [ | 698 | nixpkgs.overlays = [ |
699 | (final: _prev: { | 699 | (final: _prev: { |
700 | inherit (final.unstable) vimPlugins; | 700 | inherit (final.unstable) neovim neovim-unwrapped vimPlugins; |
701 | }) | 701 | }) |
702 | ]; | 702 | ]; |
703 | 703 | ||