chore: add redis to devShell
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
d225a5e9e9
commit
c29d5dfb8d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
shellHook = ''
|
||||
${config.pre-commit.installationScript}
|
||||
'';
|
||||
packages = with pkgs; [nodePackages.pnpm];
|
||||
packages = with pkgs; [nodePackages.pnpm redis];
|
||||
};
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue