diff options
Diffstat (limited to 'pkgs/sources/yt/default.nix')
-rw-r--r-- | pkgs/sources/yt/default.nix | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/pkgs/sources/yt/default.nix b/pkgs/sources/yt/default.nix deleted file mode 100644 index 32396051..00000000 --- a/pkgs/sources/yt/default.nix +++ /dev/null @@ -1,51 +0,0 @@ -[ - ( - final: prev: { - yt = import ./yt.nix { - inherit - (prev) - lib - makeWrapper - rustPlatform - # dependencies - - ytcc - yt-dlp - mpv - ; - }; - } - ) - ( - final: prev: { - yts = import ./yts.nix { - inherit - (prev) - lib - makeWrapper - rustPlatform - # dependencies - - ytcc - ; - }; - } - ) - ( - final: prev: { - ytc = import ./ytc.nix { - inherit - (prev) - lib - makeWrapper - rustPlatform - # dependencies - - ytcc - yt-dlp - mpv - ; - }; - } - ) -] |