From 5c51eef5f9d39fb801d4586df6281d3f7d653411 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Fri, 8 Mar 2024 19:19:52 +0000 Subject: [PATCH] fix(flake): silly typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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