From 81d04fb8e91fa277ed0b7a7dca8e7a53d0da2c5f Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Mon, 25 Sep 2023 08:20:02 -0500 Subject: [PATCH] Remove unused runtime deps imagemagick and tesseract --- flake.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 30dc684..1fefdca 100644 --- a/flake.nix +++ b/flake.nix @@ -54,15 +54,7 @@ pkgs.libiconv ]; - runtimeInputs = with pkgs; [ - ffmpeg - imagemagick - pandoc - poppler_utils - ripgrep - tesseract - zip - ]; + runtimeInputs = with pkgs; [ ffmpeg pandoc poppler_utils ripgrep zip ]; # Build *just* the cargo dependencies, so we can reuse # all of that work (e.g. via cachix) when running in CI