chore: fix error is in flake.nix

This commit is contained in:
benex
2024-11-17 17:23:41 +03:00
parent 634ef6febf
commit 0ed51e05cc

View File

@@ -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)