mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix eslint
This commit is contained in:
parent
723b2c2c66
commit
6b3362cd64
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, unstable, ...}: {
|
||||
imports = [
|
||||
../prisma.nix
|
||||
];
|
||||
|
@ -9,7 +9,7 @@
|
|||
vscode-langservers-extracted
|
||||
nodePackages_latest.typescript-language-server
|
||||
typescript
|
||||
eslint
|
||||
unstable.eslint
|
||||
corepack_22
|
||||
nodejs_22
|
||||
] ++ (with pkgs.nodePackages; [
|
||||
|
|
Loading…
Reference in a new issue