Rename nixvim package to neovim
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Oliver Davies 2025-07-09 07:50:57 +01:00
parent 72decc18fe
commit 27b66a9ff0

View file

@ -7,7 +7,7 @@
packages = {
default = pkgs.mkShell { buildInputs = with pkgs; [ just ]; };
nixvim = inputs'.nixvim.legacyPackages.makeNixvimWithModule {
neovim = inputs'.nixvim.legacyPackages.makeNixvimWithModule {
inherit pkgs;
module = import "${self}/modules/home-manager/coding/neovim/config";