update python used for youtube-dl #1

Closed
sandro wants to merge 1 commits from (deleted):sand20 into master
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
tmux tmux
pulsemixer pulsemixer
ncpamixer ncpamixer
python35.withPackages(ps: with ps; [ youtube-dl ]) python37.withPackages(ps: with ps; [ youtube-dl ])
]; ];
} }