From 709e89c017325f0a1782fa86c9a99f605f493f9a Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Mon, 8 Jun 2026 10:02:23 +0200 Subject: [PATCH] fix: nix-wrapper-modules warning --- modules/capabilities/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/capabilities/neovim/default.nix b/modules/capabilities/neovim/default.nix index 3d64ec0..ea75ac8 100644 --- a/modules/capabilities/neovim/default.nix +++ b/modules/capabilities/neovim/default.nix @@ -39,7 +39,7 @@ in # 2. Runtime Dependencies (from lspsAndRuntimeDeps) # These are added to the PATH of the wrapper - extraPackages = with pkgs; [ + runtimePkgs = with pkgs; [ # Tools universal-ctags ripgrep