diff --git a/flake.nix b/flake.nix index 1a96045..2a5bd7b 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ dependencies = ps: with ps; [ fastapi uvicorn - aoihttp + aiohttp ]; devDependencies = ps: with ps; [ fastapi