From 459488a2e777380fcb65e3b4dd355fe525ff77ca Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 24 Dec 2024 22:28:38 +0530 Subject: Add search mode for text based searching with ocr --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 48557f5..3486cff 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ }); otherFiles = [ { source = ./static; target = "static"; } + { source = ./include; target = "include"; } ]; configurationFlags = [ "--ghc-options=-O2" @@ -37,7 +38,6 @@ SDL2_ttf tesseract leptonica - imagemagick gcc pkg-config -- cgit v1.3.1