flake: add fastapi-cli

This commit is contained in:
Jurn Wubben 2025-08-19 00:54:26 +02:00
parent b3b19df77c
commit fd19c95479

View file

@ -14,6 +14,7 @@
{
nativeBuildInputs = [
pkgs.entr
pkgs.fastapi-cli
(pkgs.python3.withPackages (x: [x.crc x.fastapi]))
];
};