mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 19:11:55 -08:00
chore: fix error is in flake.nix
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -18,7 +18,16 @@
|
||||
|
||||
# Specify runtime dependencies
|
||||
propagatedBuildInputs = with pkgs.python3Packages; [
|
||||
click, rich, inquirerpy, requests, thefuzz, plyer, fastapi,yt-dlp, mpv,dbus-python
|
||||
click
|
||||
rich
|
||||
inquirerpy
|
||||
requests
|
||||
thefuzz
|
||||
plyer
|
||||
fastapi
|
||||
yt-dlp
|
||||
mpv
|
||||
dbus-python
|
||||
];
|
||||
|
||||
# CLI entry point (matches your pyproject.toml or setup.py configuration)
|
||||
|
||||
Reference in New Issue
Block a user