fix: use cspell package in devShell

This commit is contained in:
yadokani389 2026-04-25 15:23:15 +09:00
parent a2996908de
commit 9ba5a94c84

View file

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