mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
fix: use cspell package in devShell (#3912)
This commit is contained in:
parent
a2996908de
commit
88848932fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue