streaming-link-bot: import
This commit is contained in:
11
streaming-link-bot/shell.nix
Normal file
11
streaming-link-bot/shell.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
(pkgs.python3.withPackages (py: [
|
||||
py.yt-dlp
|
||||
py.spotipy
|
||||
py.ytmusicapi
|
||||
py.python-telegram-bot
|
||||
]))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user