summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-12 20:36:53 +0100
committerGitHub <noreply@github.com>2022-11-12 20:36:53 +0100
commit12e460cb9e89272645b5a2e39a40699b4eb5d781 (patch)
tree0fc4116fbe032116343eab4ac0793d687fd46c46 /pkgs/top-level
parentb0e700481933b13c0c70395b21830aeb631c489e (diff)
parent7adf32776e0eb1d4fa0000b7d52785d480bcf10b (diff)
Merge pull request #200423 from aacebedo/aacebedo/youtube-music
youtube-music: init at 1.17.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index dffd4fe1ce89b..cf9717b760e68 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -33383,6 +33383,8 @@ with pkgs;
 
   youtube-dl-light = with python3Packages; toPythonApplication youtube-dl-light;
 
+  youtube-music = callPackage ../applications/audio/youtube-music { };
+
   yt-dlp = with python3Packages; toPythonApplication yt-dlp;
 
   yt-dlp-light = with python3Packages; toPythonApplication yt-dlp-light;