From 27b66a9ff060138fe8c0448762cc34ccd7a877da Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 9 Jul 2025 07:50:57 +0100 Subject: [PATCH] Rename nixvim package to neovim --- flake-modules/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-modules/packages.nix b/flake-modules/packages.nix index 71959579..8eb4c3b8 100644 --- a/flake-modules/packages.nix +++ b/flake-modules/packages.nix @@ -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";