add yt-dlp and ffmpeg as dependencies for the flake

This commit is contained in:
Jill 2023-01-03 20:19:48 +03:00
parent 91d6e0b8d7
commit d6ebc268ac
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
buildInputs = with pkgs; [ openssl sqlite pkg-config ] ++ [ crystal ];
nativeBuildInputs = with pkgs; [ openssl pkg-config ] ++ [ crystal ];
nativeBuildInputs = with pkgs; [ openssl pkg-config yt-dlp ffmpeg ] ++ [ crystal ];
crystal = crystal;
};