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:
parent
85a3f634fd
commit
58ed0a3810
3 changed files with 560 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue