From 0ed51e05cc86d46987d60c1491ace88f42ebd042 Mon Sep 17 00:00:00 2001 From: benex Date: Sun, 17 Nov 2024 17:23:41 +0300 Subject: [PATCH] chore: fix error is in flake.nix --- flake.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a171894..eb3863f 100644 --- a/flake.nix +++ b/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)