diff --git a/nix/shell.nix b/nix/shell.nix index 3207d8e3..f524ae80 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -2,7 +2,7 @@ mkShell, yazi, toolchain, - nodePackages, + cspell, yazi-unwrapped, }: @@ -16,7 +16,7 @@ mkShell { "clippy" ]; }) - nodePackages.cspell + cspell ]; inputsFrom = [ yazi-unwrapped ];