chore: add redis to devShell

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-16 22:53:09 +01:00
parent d225a5e9e9
commit c29d5dfb8d
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -37,7 +37,7 @@
shellHook = '' shellHook = ''
${config.pre-commit.installationScript} ${config.pre-commit.installationScript}
''; '';
packages = with pkgs; [nodePackages.pnpm]; packages = with pkgs; [nodePackages.pnpm redis];
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
}; };