From 261eeeec4c8ad97e2e928b2b08074f6a61dd9f93 Mon Sep 17 00:00:00 2001 From: Pikatsuto Date: Sat, 13 Jul 2024 14:31:33 +0200 Subject: [PATCH] fix: update youtube-dl --- package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nix b/package.nix index 2f0fca9..a17250f 100755 --- a/package.nix +++ b/package.nix @@ -3,7 +3,7 @@ lib, makeWrapper, mpv, - youtube-dl, + youtube-dl-light, rofi-wayland, }: ############ @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { wrapProgram $out/bin/play-music \ --prefix PATH : ${lib.makeBinPath [ mpv - youtube-dl + youtube-dl-light rofi-wayland ]} '';