{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShellNoCC {
packages = with pkgs; [
gnumake
yt-dlp
(python3.withPackages (ps: with ps; [
av
]))
];
}