mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
fix: use cspell package in devShell
This commit is contained in:
parent
a2996908de
commit
9ba5a94c84
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
mkShell,
|
||||
yazi,
|
||||
toolchain,
|
||||
nodePackages,
|
||||
cspell,
|
||||
yazi-unwrapped,
|
||||
}:
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ mkShell {
|
|||
"clippy"
|
||||
];
|
||||
})
|
||||
nodePackages.cspell
|
||||
cspell
|
||||
];
|
||||
|
||||
inputsFrom = [ yazi-unwrapped ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue