From 01114692dc4a6691ee5a64f39f233964ff355f20 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 11 Mar 2024 10:03:31 +0000 Subject: [PATCH] fix(backend): include certifi in docker image --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c19b978..11c86d8 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ fastapi uvicorn aiohttp + certifi ]; devDependencies = ps: with ps; [ fastapi