From 171a94f174d84ef86b3826d24f430c48df818991 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 5 May 2025 16:03:30 +0300 Subject: [PATCH] add some missing libraries --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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