chore(nix): Use nix to install yt-dlp

This commit is contained in:
Ahmad Ansori Palembani 2024-07-19 10:52:09 +07:00
parent 905d7e2309
commit 28b29c3487
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -37,6 +37,7 @@
pkgs.android-tools
pkgs.coreutils-full
pkgs.rclone
(pkgs.yt-dlp.override { withAlias = true; })
# >> For macOS only
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
pkgs.duti