Use yt-dlp instead of youtube-dl

This commit is contained in:
Andrew Kvalheim 2022-10-06 07:35:29 -07:00
parent 0939a6979a
commit 72bb11add0
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@
(lib.genAttrs [
"git"
"http"
"youtube-dl"
"yt-dlp"
] (c: "noglob ${c}")) // {
cat = "bat --plain";
cp = "cp --reflink=auto";

View file

@ -65,7 +65,7 @@ in
transmission-gtk
vagrant
wireshark
youtube-dl
yt-dlp
];
home.file.".rubocop.yml".text = lib.generators.toYAML {} {
inherit_mode.merge = [ "Include" ];