diff --git a/flake.nix b/flake.nix index bcc54bb..1147ce1 100644 --- a/flake.nix +++ b/flake.nix @@ -31,11 +31,18 @@ uvicorn # ASGI server sqlalchemy # ORM python-multipart # fastapi multipart form data + jwt + psycopg2-binary + passlib ] )) fastapi-cli sqlitestudio ]; + shellHook = '' + docker compose down + docker compose up -d + ''; }; }); # app for backing up the data