1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 08:29:36 +01:00

chore: claude skill and shell

This commit is contained in:
Sebastian Frick 2026-03-19 10:20:32 +01:00
parent 85a3f634fd
commit 58ed0a3810
3 changed files with 560 additions and 2 deletions

View file

@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
name = "effigenix-frontend";
@ -8,8 +10,10 @@ pkgs.mkShell {
nodePackages.pnpm
# Optional: useful CLI tools during development
jq # JSON processing for manual API testing
jq # JSON processing for manual API testing
curl # Manual HTTP requests
postgresql
rainfrog
];
shellHook = ''