fix: use cspell package in devShell (#3912)

This commit is contained in:
yadokani389 2026-04-26 16:27:21 +09:00 committed by GitHub
parent a2996908de
commit 88848932fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
mkShell, mkShell,
yazi, yazi,
toolchain, toolchain,
nodePackages, cspell,
yazi-unwrapped, yazi-unwrapped,
}: }:
@ -16,7 +16,7 @@ mkShell {
"clippy" "clippy"
]; ];
}) })
nodePackages.cspell cspell
]; ];
inputsFrom = [ yazi-unwrapped ]; inputsFrom = [ yazi-unwrapped ];