From d6ebc268acb35edb66ae3716d58c1914161e6079 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Tue, 3 Jan 2023 20:19:48 +0300 Subject: [PATCH] add yt-dlp and ffmpeg as dependencies for the flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2e87cab..4eff380 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };