nixpkgs/pkgs/by-name/fa/fastapi-cli/package.nix
Ben Darwin a21dedffd0 fastapi-cli: refactor to use python3Packages.fastapi-cli
Previously there were essentially two copies of the same expression in tree.
2024-07-24 17:55:01 -04:00

5 lines
65 B
Nix

{ python3 }:
with python3.pkgs;
toPythonApplication fastapi-cli