chintrolas me rindo

This commit is contained in:
2024-11-01 17:06:42 -06:00
parent 2d6f03086f
commit 5f27d4612a
31 changed files with 0 additions and 4145 deletions

View File

@@ -1,17 +0,0 @@
{ pkgs, ... }:
with pkgs;
python3Packages.buildPythonApplication {
pname = "download";
version = "2.6";
src = ../nix/download/.;
build-system = with python3Packages; [ setuptools ];
dependencies = with python3Packages; [
pyyaml
types-pyyaml
];
propagatedBuildInputs = [
gallery-dl
ffmpeg
python3Packages.yt-dlp
];
}