about summary refs log blame commit diff stats
path: root/sys/nixpkgs/pkgs/yt/default.nix
blob: 32396051d9d6212a102556aaa2606da3ca4a8a53 (plain) (tree)
1
2
3
4
5
6
7
8
9
10








                            
          














                              
          












                              
          






                
[
  (
    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
          ;
      };
    }
  )
]