From fd19c954790d4693f8381ffda9b743580027d72e Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 19 Aug 2025 00:54:26 +0200 Subject: [PATCH] flake: add fastapi-cli --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 02fdd4f..53bf9e0 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ { nativeBuildInputs = [ pkgs.entr + pkgs.fastapi-cli (pkgs.python3.withPackages (x: [x.crc x.fastapi])) ]; };