Skip to content

Commit

Permalink
Merge pull request #8 from RevoluNix/nightly
Browse files Browse the repository at this point in the history
fix: update youtube-dl
  • Loading branch information
Pikatsuto authored Jul 13, 2024
2 parents 44112b2 + 27d2ad1 commit e323d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
makeWrapper,
mpv,
youtube-dl-light,
yt-dlp,
rofi-wayland,
}:
############
Expand Down Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
wrapProgram $out/bin/play-music \
--prefix PATH : ${lib.makeBinPath [
mpv
youtube-dl-light
yt-dlp
rofi-wayland
]}
'';
Expand Down

0 comments on commit e323d81

Please sign in to comment.